mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-02 20:42:43 +00:00
abuild: remove unused variable sign
This commit is contained in:
parent
f4ea93f5f2
commit
b10f1c5394
@ -1926,7 +1926,6 @@ update_abuildrepo_index() {
|
|||||||
local index=$i/APKINDEX.tar.gz
|
local index=$i/APKINDEX.tar.gz
|
||||||
|
|
||||||
msg "Updating the $repo/$i repository index..."
|
msg "Updating the $repo/$i repository index..."
|
||||||
local sign=".SIGN.RSA.${SIGN_PUBLIC_KEY##*/}"
|
|
||||||
local oldindex=
|
local oldindex=
|
||||||
if [ -f APKINDEX.tar.gz ]; then
|
if [ -f APKINDEX.tar.gz ]; then
|
||||||
oldindex="--index APKINDEX.tar.gz"
|
oldindex="--index APKINDEX.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user