ossp-pkg/l2/devtool.conf 1.10 -> 1.11
--- devtool.conf 2003/01/06 11:41:51 1.10
+++ devtool.conf 2003/06/30 14:15:46 1.11
@@ -48,6 +48,7 @@
%release
./devtool version
+ ./devtool tag
./devtool dist
./devtool upload
@@ -60,6 +61,7 @@
%tag
V=`./shtool version -l c -d short l2_version.c | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as L2_${V}"
+ cvs commit -m 'flush pending changes before tagging'
cvs tag L2_${V}
%dist
|
|