From: Daniel Stenberg Date: Thu, 1 Apr 2004 08:23:26 +0000 (+0000) Subject: remind us about cvs tagging when we've built a release archive X-Git-Tag: curl-7_11_2~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba9272dd058239ccb2c03b74307f77222263a96c;p=thirdparty%2Fcurl.git remind us about cvs tagging when we've built a release archive --- diff --git a/ares/maketgz b/ares/maketgz index 670109b351..25eced97ca 100755 --- a/ares/maketgz +++ b/ares/maketgz @@ -96,3 +96,5 @@ for(@entries) { `gzip -9 $name-$version.tar`; # remove the dir `rm -rf $name-$version`; + +print "NOTE: now cvs tag this release!\n";