diff options
author | Allan Zhou <allanzp@gmail.com> | 2013-08-23 15:33:36 -0700 |
---|---|---|
committer | Allan Zhou <allanzp@gmail.com> | 2013-08-23 15:33:36 -0700 |
commit | 39c6f507df5f69e5d9b41b054205ec310f6427a5 (patch) | |
tree | cc67fa16d63b9f113719da0f937aaf4663227284 /devscripts/release.sh | |
parent | 614d9c19c14973122cf900df34ca2f6138b05b43 (diff) | |
parent | d2d1eb5b0a3ad2aa9d4867ba09b4b922b170f36a (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'devscripts/release.sh')
-rwxr-xr-x | devscripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/release.sh b/devscripts/release.sh index 46c31e437..24c9ad8d8 100755 --- a/devscripts/release.sh +++ b/devscripts/release.sh @@ -67,7 +67,7 @@ RELEASE_FILES="youtube-dl youtube-dl.exe youtube-dl-$version.tar.gz" (cd build/$version/ && sha512sum $RELEASE_FILES > SHA2-512SUMS) git checkout HEAD -- youtube-dl youtube-dl.exe -/bin/echo -e "\n### Signing and uploading the new binaries to youtube-dl.org..." +/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 scp -r "build/$version" ytdl@yt-dl.org:html/tmp/ ssh ytdl@yt-dl.org "mv html/tmp/$version html/downloads/" |