Bootstrap image haikuports.config: Comment out PACKAGER
The developer building the packages should enter their own address instead. I just noticed that a lot of the HaikuPorts package have a packager attribute with the dummy address "The Haiku build system <[email protected]>" due to the previous default value.
This commit is contained in:
@@ -619,7 +619,7 @@ rule BuildHaikuPortsRepositoryConfig treePath
|
||||
actions BuildHaikuPortsRepositoryConfig1
|
||||
{
|
||||
cat > $(1) << EOF
|
||||
PACKAGER="The Haiku build system <[email protected]>"
|
||||
#PACKAGER="Joe Hacker <[email protected]>"
|
||||
TREE_PATH="$(HAIKU_REPOSITORY_TREE_PATH)"
|
||||
TARGET_ARCHITECTURE="$(HAIKU_PACKAGING_ARCH)"
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user