Magellan Linux

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

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

trunk/opengl-update/make-tarball.sh revision 799 by niro, Sat Jan 31 16:32:14 2009 UTC tags/openglupdate-2_3_3/make-tarball.sh revision 1998 by niro, Wed Dec 19 10:59:38 2012 UTC
# Line 4  temp=$(mktemp -d) Line 4  temp=$(mktemp -d)
4  svn_base_uri="svn://cvs.magellan-linux.de/magellan-source"  svn_base_uri="svn://cvs.magellan-linux.de/magellan-source"
5  svn_module="opengl-update"  svn_module="opengl-update"
6  rev_keyword="openglupdate"  rev_keyword="openglupdate"
7  tarball_prefix="opengl-update-magellan"  tarball_prefix="${svn_module}"
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.799  
changed lines
  Added in v.1998