mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-18 13:30:43 +00:00
default.conf: move commented out options to abuild.conf
This commit is contained in:
parent
5a5df023cb
commit
cb4c8e40fb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user