From: Martin Mares Date: Fri, 13 Feb 2015 23:28:30 +0000 (+0100) Subject: Maint: Automatic updating of version displayed at http://mj.ucw.cz/ X-Git-Tag: v6.4~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e792555a90a783f35f076074b9132fa85d344e2f;p=libucw.git Maint: Automatic updating of version displayed at http://mj.ucw.cz/ --- diff --git a/maint/release b/maint/release index 2d6fd866..437aa9e2 100755 --- a/maint/release +++ b/maint/release @@ -33,4 +33,10 @@ if ($r->{"do_upload"}) { } else { print "WARNING: With --notest, no documentation is published!\n"; } + + print "Updating version at MJ's web\n"; + $r->Confirm; + my $wv = $r->{"VERSION"}; + `ssh jw "cd web && bin/release-prog libucw $wv"`; + die if $?; }