--- trunk/grubby/make-tarball.sh 2017/06/27 14:52:25 3032 +++ trunk/grubby/make-tarball.sh 2017/06/27 14:54:51 3033 @@ -5,7 +5,7 @@ svn_module="grubby" rev_keyword="${svn_module}" tarball_prefix="${svn_module}" -destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${svn_module}/" +destination="tjoke@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${svn_module}/" latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword} | sort -nr | sed -e 's:/::' | awk '{ print $6; exit; }') latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}-::" -e 's:_:.:g')