create archive in correct location
This commit is contained in:
parent
215f02ad9e
commit
293cc496b9
@ -7,7 +7,7 @@
|
|||||||
# James Turk (jpt2433@rit.edu)
|
# James Turk (jpt2433@rit.edu)
|
||||||
#
|
#
|
||||||
# Version:
|
# Version:
|
||||||
# $Id: release.sh,v 1.4 2005/08/19 05:38:05 cozman Exp $
|
# $Id: release.sh,v 1.5 2005/08/19 05:42:51 cozman Exp $
|
||||||
|
|
||||||
major=0
|
major=0
|
||||||
minor=0
|
minor=0
|
||||||
@ -65,8 +65,9 @@ elif [[ "${1}" = "release" ]]; then
|
|||||||
echo "Tagging current CVS as ${cvsTag}"
|
echo "Tagging current CVS as ${cvsTag}"
|
||||||
cvs rtag ${cvsTag} photon
|
cvs rtag ${cvsTag} photon
|
||||||
check_errs $? "Tagging photon in CVS failed"
|
check_errs $? "Tagging photon in CVS failed"
|
||||||
|
|
||||||
echo "Attempting to export ${cvsTag} tagged copy of photon"
|
echo "Attempting to export ${cvsTag} tagged copy of photon"
|
||||||
|
cd .. # go up a directory before attempting second checkout
|
||||||
cvs -z3 -d:ext:cozman@cvs.sourceforge.net:/cvsroot/photon export -r ${cvsTag} -d ${dirName} photon
|
cvs -z3 -d:ext:cozman@cvs.sourceforge.net:/cvsroot/photon export -r ${cvsTag} -d ${dirName} photon
|
||||||
check_errs $? "${cvsTag} export failed"
|
check_errs $? "${cvsTag} export failed"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user