mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
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…
Reference in New Issue
Block a user