projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae91f6f
)
[devscripts/release] Do not restore youtube-dl{,.exe} binaries
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 14 Sep 2014 10:23:37 +0000
(12:23 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 14 Sep 2014 10:23:37 +0000
(12:23 +0200)
devscripts/release.sh
patch
|
blob
|
history
diff --git
a/devscripts/release.sh
b/devscripts/release.sh
index 453087e5f70fa92906926ef12ab3b192087c51c3..691517ceb9b34394115ed4e54521bad1d4f3b54b 100755
(executable)
--- a/
devscripts/release.sh
+++ b/
devscripts/release.sh
@@
-73,7
+73,6
@@
RELEASE_FILES="youtube-dl youtube-dl.exe youtube-dl-$version.tar.gz"
(cd build/$version/ && sha1sum $RELEASE_FILES > SHA1SUMS)
(cd build/$version/ && sha256sum $RELEASE_FILES > SHA2-256SUMS)
(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 yt-dl.org ..."
for f in $RELEASE_FILES; do gpg --passphrase-repeat 5 --detach-sig "build/$version/$f"; done