--- trunk/installer-simple/make-tarball.sh 2014/01/07 15:33:42 2462 +++ trunk/installer-simple/make-tarball.sh 2016/06/13 12:36:01 2946 @@ -5,7 +5,7 @@ svn_module="installer-simple" 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')