]> mj.ucw.cz Git - checkmail.git/commitdiff
Maint: Use release notifiers
authorMartin Mares <mj@ucw.cz>
Sun, 18 Jul 2010 13:52:14 +0000 (15:52 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Jul 2010 13:52:14 +0000 (15:52 +0200)
maint/release

index bb5f9b73e398dad0acb6478a1c88346dfd281e63..3dd06b0c41fe2c3bcf63fbaf40adc8cdbd0866c7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 # A simple script for making releases of checkmail
-# (c) 2005 Martin Mares <mj@ucw.cz>
+# (c) 2005--2010 Martin Mares <mj@ucw.cz>
 
 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;