Browse Source

[desvscripts/release] Bump the number of password tries to accomodate stubby-fingered @phihag

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
cc88b90ec8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devscripts/release.sh

+ 1
- 1
devscripts/release.sh View File

@ -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"


Loading…
Cancel
Save