mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-24 00:03:02 +00:00
abuild: allow set extra options for apk index
Use ABUILD_APK_INDEX_OPTS as extra options for apk index. This is so we can set the apk keys dir to the directory with our temporary test keys
This commit is contained in:
parent
7f6f208279
commit
fd91001089
@ -1757,7 +1757,7 @@ update_abuildrepo_index() {
|
||||
if [ -f APKINDEX.tar.gz ]; then
|
||||
oldindex="--index APKINDEX.tar.gz"
|
||||
fi
|
||||
( $APK index --quiet $oldindex --output APKINDEX.tar.gz.$$ \
|
||||
( $APK index $ABUILD_APK_INDEX_OPTS --quiet $oldindex --output APKINDEX.tar.gz.$$ \
|
||||
--description "$DESCRIPTION" --rewrite-arch $i *.apk && \
|
||||
msg "Signing the index..." && \
|
||||
abuild-sign -q APKINDEX.tar.gz.$$ && \
|
||||
|
Loading…
Reference in New Issue
Block a user