From: Martin Mares Date: Sun, 18 Jul 2010 13:52:14 +0000 (+0200) Subject: Maint: Use release notifiers X-Git-Tag: v1.4~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3f3c5164a1333c1f30b25a06406ff45ef3543bb5;p=checkmail.git Maint: Use release notifiers --- diff --git a/maint/release b/maint/release index bb5f9b7..3dd06b0 100755 --- a/maint/release +++ b/maint/release @@ -1,6 +1,6 @@ #!/usr/bin/perl # A simple script for making releases of checkmail -# (c) 2005 Martin Mares +# (c) 2005--2010 Martin Mares use strict; use warnings; @@ -13,7 +13,8 @@ my $ver = $r->GetVersionFromFile("Makefile", "^VERSION=(.*)"); push @{$r->{"uploads"}}, { "url" => "scp://atrey.karlin.mff.cuni.cz/~ftp/pub/local/mj/linux/" }; +$r->AddUcwNotifier; $r->ParseOptions; $r->InitDist("maint/dist"); -my $reldir = $r->GenPackage; +$r->GenPackage; $r->Dispatch;