From e792555a90a783f35f076074b9132fa85d344e2f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 14 Feb 2015 00:28:30 +0100 Subject: [PATCH] Maint: Automatic updating of version displayed at http://mj.ucw.cz/ --- maint/release | 6 ++++++ 1 file changed, 6 insertions(+) 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 $?; } -- 2.39.2