create archive in correct location
This commit is contained in:
parent
215f02ad9e
commit
293cc496b9
@ -7,7 +7,7 @@
|
||||
# James Turk (jpt2433@rit.edu)
|
||||
#
|
||||
# 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
|
||||
minor=0
|
||||
@ -67,6 +67,7 @@ elif [[ "${1}" = "release" ]]; then
|
||||
check_errs $? "Tagging photon in CVS failed"
|
||||
|
||||
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
|
||||
check_errs $? "${cvsTag} export failed"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user