Mercurial > noffle
changeset 13:6121f8feb3e5 noffle
[svn] Overwrite tag if already existing.
| author | enz | 
|---|---|
| date | Tue, 18 Apr 2000 07:11:11 +0100 | 
| parents | 43631b72021f | 
| children | 97ef217c3d89 | 
| files | make-distribution | 
| diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] | 
line wrap: on
 line diff
--- a/make-distribution Sat Apr 15 11:09:20 2000 +0100 +++ b/make-distribution Tue Apr 18 07:11:11 2000 +0100 @@ -38,9 +38,8 @@ && cp $DIR/Makefile Makefile \ && tar cf noffle-$VERSION.tar $DIR \ && gzip -9 noffle-$VERSION.tar \ -&& cvs tag -d dist_test \ && cvs ci -m "Makefile for version $VERSION" Makefile \ -&& cvs tag $TAG +&& cvs tag -dc $TAG echo Do not forget to change VERSION in Makefile to experimental if echo you plan to modify the sources from now on. echo
