Use a specific packager for continuous integration builds.
This commit is contained in:
@@ -672,7 +672,12 @@ rule BuildHaikuPortsRepositoryConfig treePath
|
|||||||
|
|
||||||
actions BuildHaikuPortsRepositoryConfig1
|
actions BuildHaikuPortsRepositoryConfig1
|
||||||
{
|
{
|
||||||
echo '#PACKAGER="Joe Hacker <[email protected]>"' > $(1)
|
# use a specific packager for continuous integration builds (buildbot)
|
||||||
|
if [ "$(HAIKU_CONTINUOUS_INTEGRATION_BUILD)" = "1" ]; then
|
||||||
|
echo 'PACKAGER="Haiku buildmaster <[email protected]>"' > $(1)
|
||||||
|
else
|
||||||
|
echo '#PACKAGER="Joe Hacker <[email protected]>"' > $(1)
|
||||||
|
fi
|
||||||
cat >> $(1) << EOF
|
cat >> $(1) << EOF
|
||||||
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
|
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
|
||||||
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
|
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
|
||||||
|
|||||||
Reference in New Issue
Block a user