default.conf: move commented out options to abuild.conf

This commit is contained in:
Sertonix 2024-10-08 15:05:03 +02:00 committed by Natanael Copa
parent 5a5df023cb
commit cb4c8e40fb
2 changed files with 3 additions and 8 deletions

View File

@ -24,3 +24,6 @@
# what to cleanup after a failed build
#ERROR_CLEANUP="bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1

View File

@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
# where $repo is the name of the parent directory of $startdir.
REPODEST=$HOME/packages/
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
#PACKAGER="Your Name <your@email.address>"
#MAINTAINER="$PACKAGER"
# what to clean up after a successful build
CLEANUP="srcdir bldroot pkgdir deps"
# what to cleanup after a failed build
ERROR_CLEANUP="bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1