From 3f3c5164a1333c1f30b25a06406ff45ef3543bb5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Jul 2010 15:52:14 +0200 Subject: [PATCH] Maint: Use release notifiers --- maint/release | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.2