]> git.arvados.org - arvados.git/commit
20797: Streamline setup of Python build variables
authorBrett Smith <brett.smith@curii.com>
Fri, 28 Jul 2023 18:09:02 +0000 (14:09 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 28 Jul 2023 20:37:19 +0000 (16:37 -0400)
commitd5772729b8c9a31082c1ca21fb539451bbdebdb3
tree520771b19b87c0627da00a109c8bc4df3d5c9f9d
parent421d6f9ea1b935527961f182b7e5cb00f9ef1b62
20797: Streamline setup of Python build variables

Instead of setting Debian defaults and overriding them,

1. set global defaults
2. set target-specific variables
3. set deb/rpm-specific defaults as needed

I hope this makes clearer what's actually a target-specific variable
vs. a regular difference between Debian and Red Hat, and so makes it
easier to add targets in the future.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
build/run-build-packages.sh