Magellan Linux

Diff of /tags/openglupdate-2_2_9/make-tarball.sh

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

revision 829 by niro, Sun Apr 26 13:17:53 2009 UTC revision 830 by niro, Sun Apr 26 13:22:37 2009 UTC
# Line 5  svn_base_uri="svn://cvs.magellan-linux.d Line 5  svn_base_uri="svn://cvs.magellan-linux.d
5  svn_module="opengl-update"  svn_module="opengl-update"
6  rev_keyword="openglupdate"  rev_keyword="openglupdate"
7  tarball_prefix="opengl-update-magellan"  tarball_prefix="opengl-update-magellan"
8  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${svn_module}/"  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${tarball_prefix}/"
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.829  
changed lines
  Added in v.830