diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2013-08-24 23:01:39 +0200 |
---|---|---|
committer | Pierre Rudloff <contact@rudloff.pro> | 2013-08-24 23:01:39 +0200 |
commit | 5c6658d4dd5ea4f25e8ae8b62a47b09f164cd30b (patch) | |
tree | 1d96bd8eb6b4cb941ba11d8e80a961878ffb1cdc /devscripts/release.sh | |
parent | adeb9c73d638090349243383eca0c3c7ebc1e6bc (diff) | |
parent | 9585f890f8c0eff70eb874c7962dc30baea1049c (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/" |