Magellan Linux

Diff of /tags/mcore-theme-busybox-1_0/make-tarball.sh

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

revision 1269 by niro, Fri Jan 28 19:10:36 2011 UTC revision 1270 by niro, Fri Jan 28 19:15:19 2011 UTC
# Line 5  svn_base_uri="svn://cvs.magellan-linux.d Line 5  svn_base_uri="svn://cvs.magellan-linux.d
5  svn_module="busybox/mcore-theme-busybox"  svn_module="busybox/mcore-theme-busybox"
6  rev_keyword="mcore-theme-busybox"  rev_keyword="mcore-theme-busybox"
7  tarball_prefix="mcore-theme-busybox"  tarball_prefix="mcore-theme-busybox"
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/${svn_module/\/mcore-theme-busybox/}/"
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.1269  
changed lines
  Added in v.1270