index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | build-isos | 2 |
@@ -46,7 +46,7 @@ case "$(hostname -s)" in ) for iso in ${isos}; do - gpg --detach-sign "${iso}" + gpg --batch --no-tty --detach-sign "${iso}" </dev/null done sha512sum ${isos} >> sha512sums md5sum ${isos} >> md5sums |