Check-in Number:
|
3030 | |
Date: |
2002-Dec-23 10:12:37 (local)
2002-Dec-23 09:12:37 (UTC) |
User: | rse |
Branch: | |
Comment: |
make sure the version is committed on release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shiela/devtool.conf 1.5 -> 1.6
--- devtool.conf 2002/12/22 15:01:17 1.5
+++ devtool.conf 2002/12/23 09:12:37 1.6
@@ -16,7 +16,7 @@
"$@"
%release
- ./devtool version
+ ./devtool bump
./devtool tag
./devtool dist
./devtool upload
@@ -31,6 +31,10 @@
sed -e "s/^B<OSSP shiela> [0-9].*/B<OSSP shiela> $V/" <shiela.pod >shiela.pod.n && mv shiela.pod.n shiela.pod
sed -e "s/^B<OSSP shiela> [0-9].*/B<OSSP shiela> $V/" <shiela-install.pod >shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod
+%bump
+ ./devtool version
+ cvs ci -m "bump version for release"
+
%tag
V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as SHIELA_${V}"
|
|