--- trunk/magellan-initscripts/make-tarball.sh 2008/01/01 16:37:01 644 +++ trunk/magellan-initscripts/make-tarball.sh 2008/01/01 16:38:40 645 @@ -4,7 +4,7 @@ cvs_module="magellan-src/magellan-initscripts" rev_keyword="init" tarball_prefix="initscripts" -destination="root@cvs.magellan-linux.de:/var/www/magellan/magellan-dev/sources/initscripts/" +destination="root@cvs.magellan-linux.de:/var/www/htdocs/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')