Also remove old signatures when rebuilding
This commit is contained in:
parent
25acc0e445
commit
a84ea70387
4
build.sh
4
build.sh
@ -42,7 +42,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
tar)
|
tar)
|
||||||
rm -f *.tar.gz *.zip
|
rm -f *.tar.gz *.zip *.asc
|
||||||
prepare
|
prepare
|
||||||
test || exit 1
|
test || exit 1
|
||||||
build
|
build
|
||||||
@ -54,7 +54,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
all)
|
all)
|
||||||
rm -f *.tar.gz *.zip
|
rm -f *.tar.gz *.zip *.asc
|
||||||
prepare
|
prepare
|
||||||
test || exit 1
|
test || exit 1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user