Magellan Linux

Diff of /trunk/am-wrapper/make-tarball.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3079 by niro, Tue Sep 11 13:52:29 2012 UTC revision 3080 by niro, Mon May 14 10:42:49 2018 UTC
# Line 5  svn_base_uri="svn://cvs.magellan-linux.d Line 5  svn_base_uri="svn://cvs.magellan-linux.d
5  svn_module="am-wrapper"  svn_module="am-wrapper"
6  rev_keyword="${svn_module}"  rev_keyword="${svn_module}"
7  tarball_prefix="${svn_module}"  tarball_prefix="${svn_module}"
8  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/automake/"  destination="tjoke@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/automake/"
9    
10  latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword} | sort -nr | sed -e 's:/::' |  awk '{ print $6; exit; }')  latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword} | sort -nr | sed -e 's:/::' |  awk '{ print $6; exit; }')
11  latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}-::" -e 's:_:.:g')  latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}-::" -e 's:_:.:g')

Legend:
Removed from v.3079  
changed lines
  Added in v.3080