projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c5fa9
)
[desvscripts/release] Bump the number of password tries to accomodate stubby-fingered...
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 18 Mar 2014 14:02:37 +0000
(15:02 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 18 Mar 2014 14:02:37 +0000
(15:02 +0100)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index 45b080c121cbcd8f34a539c1aafebd0b142c9bb7..aa3119c424556f2a14a88a2aef61c18b2b44c7bf 100755
(executable)
--- a/
devscripts/release.sh
+++ b/
devscripts/release.sh
@@
-70,7
+70,7
@@
RELEASE_FILES="youtube-dl youtube-dl.exe youtube-dl-$version.tar.gz"
git checkout HEAD -- youtube-dl youtube-dl.exe
/bin/echo -e "\n### Signing and uploading the new binaries to yt-dl.org ..."
-for f in $RELEASE_FILES; do gpg --detach-sig "build/$version/$f"; done
+for f in $RELEASE_FILES; do gpg --
passphrase-repeat 5 --
detach-sig "build/$version/$f"; done
scp -r "build/$version" ytdl@yt-dl.org:html/tmp/
ssh ytdl@yt-dl.org "mv html/tmp/$version html/downloads/"
ssh ytdl@yt-dl.org "sh html/update_latest.sh $version"