Skip to content
Snippets Groups Projects
Commit cb4c8e40 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

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

parent 5a5df023
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,6 @@ ...@@ -24,3 +24,6 @@
# what to cleanup after a failed build # what to cleanup after a failed build
#ERROR_CLEANUP="bldroot deps" #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 ...@@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
# where $repo is the name of the parent directory of $startdir. # where $repo is the name of the parent directory of $startdir.
REPODEST=$HOME/packages/ 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 # what to clean up after a successful build
CLEANUP="srcdir bldroot pkgdir deps" CLEANUP="srcdir bldroot pkgdir deps"
# what to cleanup after a failed build # what to cleanup after a failed build
ERROR_CLEANUP="bldroot deps" ERROR_CLEANUP="bldroot deps"
# uncomment to prevent using global cache directories for Go and Cargo
#MOVE_CACHES=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment