X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=devscripts%2Frelease.sh;h=46c31e437558659d734d4f59009eadcd94ca62c0;hb=c626a3d9fac5d53df46c9dc02e12b12d343e59e5;hp=f43f4ba70f7679271688e03a305aec9f0fdca263;hpb=ead28ff30ad3bf46e522a10c1be41e741e82dfe4;p=youtube-dl diff --git a/devscripts/release.sh b/devscripts/release.sh index f43f4ba70..46c31e437 100755 --- a/devscripts/release.sh +++ b/devscripts/release.sh @@ -71,6 +71,7 @@ git checkout HEAD -- youtube-dl youtube-dl.exe 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/" +ssh ytdl@yt-dl.org "sh html/update_latest.sh $version" /bin/echo -e "\n### Now switching to gh-pages..." git clone --branch gh-pages --single-branch . build/gh-pages