|
Check-in Number:
|
3031 | |
| Date: |
2002-Dec-23 10:13:21 (local)
2002-Dec-23 09:13:21 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
be more descriptive in commits |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/shiela/devtool.conf 1.6 -> 1.7
--- devtool.conf 2002/12/23 09:12:37 1.6
+++ devtool.conf 2002/12/23 09:13:21 1.7
@@ -33,7 +33,8 @@
%bump
./devtool version
- cvs ci -m "bump version for release"
+ V=`./shtool version -ltxt -d short VERSION`
+ cvs ci -m "bump to version $V for release"
%tag
V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'`
|
|