summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-01 08:23:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-01 08:23:26 +0000
commita674c1fd32753dba0d83d8dc93e9abc5822c482f (patch)
tree45888d3214c4bbc10056b77565cd4f1034c17164 /maketgz
parent9665aaf2c9cd74d5d8f1b576ae7a6ed74d7f7c0c (diff)
downloadc-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.tar.gz
c-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.tar.bz2
c-ares-a674c1fd32753dba0d83d8dc93e9abc5822c482f.zip
remind us about cvs tagging when we've built a release archive
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz2
1 files changed, 2 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index 670109b..25eced9 100755
--- a/maketgz
+++ b/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";