disable uploading to yt-dl.org for now
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 4 Jun 2016 09:42:52 +0000 (11:42 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 4 Jun 2016 09:42:52 +0000 (11:42 +0200)
devscripts/release.sh

index cde4d0a394e2105e00afade829d606bbf43f5c7b..1a7b1e05424f98ee573b5d0424d1cd784422c01e 100755 (executable)
@@ -97,8 +97,10 @@ RELEASE_FILES="youtube-dl youtube-dl.exe youtube-dl-$version.tar.gz"
 
 /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
-scp -r "build/$version" ytdl@yt-dl.org:html/tmp/
-ssh ytdl@yt-dl.org "mv html/tmp/$version html/downloads/"
+
+echo 'TODO: upload on GitHub'
+exit 1
+
 ssh ytdl@yt-dl.org "sh html/update_latest.sh $version"
 
 /bin/echo -e "\n### Now switching to gh-pages..."