--- trunk/magellan-initscripts/make-tarball.sh 2008/01/01 13:17:00 643 +++ trunk/magellan-initscripts/make-tarball.sh 2008/01/01 16:37:01 644 @@ -4,14 +4,14 @@ cvs_module="magellan-src/magellan-initscripts" rev_keyword="init" tarball_prefix="initscripts" -destination="root@magellan-linux.de:/var/www/magellan/magellan-dev/sources/initscripts/" +destination="root@cvs.magellan-linux.de:/var/www/magellan/magellan-dev/sources/initscripts/" latest_revision=$(cvs status -v make-tarball.sh | grep -A1 "Existing Tags:" | sed -e 's/Existing Tags://' -e 's/ //g' -e '/^$/d' | /bin/awk '{ print $1; exit; }') latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}-::" -e 's:_:.:g') echo -n "building tarball for ${latest_version}... " cd ${temp} -cvs -z3 -d :pserver:anonymous:@magellan-linux.de:/magellan-cvs checkout -P -r ${latest_revision} ${cvs_module} +cvs -z3 -d :pserver:anonymous:@cvs.magellan-linux.de:/magellan-cvs checkout -P -r ${latest_revision} ${cvs_module} mv ${temp}/${cvs_module} ${tarball_prefix}-${latest_version} rm ./${tarball_prefix}-${latest_version}/make-tarball.sh find ./${tarball_prefix}-${latest_version} -name CVS | xargs rm -r