summaryrefslogtreecommitdiffhomepage
path: root/devscripts
diff options
context:
space:
mode:
authorPhilipp Hagemeister <[email protected]>2014-03-18 15:02:37 +0100
committerPhilipp Hagemeister <[email protected]>2014-03-18 15:02:37 +0100
commitcc88b90ec8a0acb9d69d411c59b34237cdb9eb7b (patch)
tree359cd36c25f3a1976f6883100c607aa018b4f51e /devscripts
parentb6c5fa9a0b730377c7185ba63dec441cce282427 (diff)
downloadyoutube-dl-cc88b90ec8a0acb9d69d411c59b34237cdb9eb7b.tar.gz
youtube-dl-cc88b90ec8a0acb9d69d411c59b34237cdb9eb7b.zip
[desvscripts/release] Bump the number of password tries to accomodate stubby-fingered @phihag
Diffstat (limited to 'devscripts')
-rwxr-xr-xdevscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh
index 45b080c12..aa3119c42 100755
--- 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" [email protected]:html/tmp/
ssh [email protected] "mv html/tmp/$version html/downloads/"
ssh [email protected] "sh html/update_latest.sh $version"