mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-30 10:52:06 +00:00
checkapk: new arch can cause old apk missing
This commit is contained in:
parent
2e987e10ff
commit
8588378efa
@ -117,7 +117,7 @@ for i in $pkgname $subpackages; do
|
||||
fi
|
||||
|
||||
apk fetch --quiet --repositories-file "$tmpdir"/repositories --stdout "$_pkgname" > apks/old.apk \
|
||||
|| msg2 "Old apk for $_pkgname missing. (new package? broken internet?)"
|
||||
|| msg2 "Old apk for $_pkgname missing. (new package/arch? broken internet?)"
|
||||
|
||||
# pre-uncompress to not decompress twice
|
||||
# we do a decompression + tar -t for the file list, but then later we might do a full extraction for sodiff.
|
||||
|
Loading…
Reference in New Issue
Block a user