Magellan Linux

Diff of /trunk/plymouth-theme-alx/make-tarball.sh

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

revision 1882 by niro, Tue Jul 31 08:11:44 2012 UTC revision 1883 by niro, Tue Jul 31 08:13:27 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="plymouth-theme-alx"  svn_module="plymouth-theme-alx"
6  rev_keyword="${svn_module}"  rev_keyword="${svn_module}"
7  tarball_prefix="${sv_module}"  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/${svn_module}/"
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; }')

Legend:
Removed from v.1882  
changed lines
  Added in v.1883