mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-12 19:55:57 +00:00
[desvscripts/release] Bump the number of password tries to accomodate stubby-fingered @phihag
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user