Magellan Linux

Diff of /tags/mkinitrd-6_1_0/make-tarball.sh

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

revision 822 by niro, Fri Apr 24 19:09:57 2009 UTC revision 823 by niro, Fri Apr 24 19:30:53 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="mkinitrd-magellan"  svn_module="mkinitrd-magellan"
6  rev_keyword="mkinitrd"  rev_keyword="mkinitrd"
7  tarball_prefix="mkinitrd"  tarball_prefix="mkinitrd"
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/${rev_keyword}/"
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.822  
changed lines
  Added in v.823