Bump abuild.conf to Alpine 3.11

This commit is contained in:
Disassembler 2020-03-13 00:01:59 +01:00
parent 36d0b9156c
commit 7a19274211
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 40f2991d607e9d59e1b75060fcdd3e96fbb165e7
Subproject commit f5501c0605b644494ba55802fdd5a5d15a25dd06

View File

@ -9,12 +9,15 @@ export MAKEFLAGS=-j$JOBS
# remove line below to disable colors
USE_COLORS=1
# uncomment line below to enable ccache support.
#USE_CCACHE=1
SRCDEST=/var/cache/distfiles
# uncomment line below to store built packages in other location
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
REPODEST=/srv/build/alpine/v3.9
REPODEST=/srv/build/alpine/v3.11
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.