*** empty log message ***
This commit is contained in:
parent
9e3825ee46
commit
baf7df56be
1 changed files with 8 additions and 0 deletions
8
src/scripts/tag-changeling
Executable file
8
src/scripts/tag-changeling
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
# Push revision BASE to Changeling blitz
|
||||
echo Moving tag prev-changeling...
|
||||
cvs "$@" rtag -r changeling -a -F prev-changeling empserver
|
||||
echo Deleting tag changeling
|
||||
cvs "$@" rtag -d changeling empserver
|
||||
echo Tagging changeling...
|
||||
cvs "$@" tag changeling
|
Loading…
Add table
Add a link
Reference in a new issue