youtube-dl

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

commit d5594202aa3a3601a88e4b04826816a4fb997c74
parent b186d949cf9d1cd6b723113cbef393d58e87ea3c
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 18 Oct 2013 23:34:55 +0200

Simplify release process

Diffstat:
Mdevscripts/release.sh | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -88,10 +88,6 @@ ROOT=$(pwd) "$ROOT/devscripts/gh-pages/update-sites.py" git add *.html *.html.in update git commit -m "release $version" - git show HEAD - read -p "Is it good, can I push? (y/n) " -n 1 - if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi - echo git push "$ROOT" gh-pages git push "$ORIGIN_URL" gh-pages )