youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 253d96f2e2a7289755645a1cb17a1be4f36e1222
parent bbc3e2753a465cf96d19913d160c148464542319
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 12 Jan 2013 22:25:54 +0100

Force build removal

Diffstat:
Mdevscripts/release.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -81,6 +81,6 @@ ROOT=$(pwd) git push "$ROOT" gh-pages git push "$ORIGIN_URL" gh-pages ) -rm -r build +rm -rf build echo "\n### DONE!"