Bump abuild.conf to Alpine 3.11
This commit is contained in:
parent
36d0b9156c
commit
7a19274211
@ -1 +1 @@
|
|||||||
Subproject commit 40f2991d607e9d59e1b75060fcdd3e96fbb165e7
|
Subproject commit f5501c0605b644494ba55802fdd5a5d15a25dd06
|
@ -9,12 +9,15 @@ export MAKEFLAGS=-j$JOBS
|
|||||||
# remove line below to disable colors
|
# remove line below to disable colors
|
||||||
USE_COLORS=1
|
USE_COLORS=1
|
||||||
|
|
||||||
|
# uncomment line below to enable ccache support.
|
||||||
|
#USE_CCACHE=1
|
||||||
|
|
||||||
SRCDEST=/var/cache/distfiles
|
SRCDEST=/var/cache/distfiles
|
||||||
|
|
||||||
# uncomment line below to store built packages in other location
|
# uncomment line below to store built packages in other location
|
||||||
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
|
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
|
||||||
# where $repo is the name of the parent directory of $startdir.
|
# 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
|
# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
|
||||||
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
|
# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
|
||||||
|
Loading…
Reference in New Issue
Block a user