Magellan Linux

Diff of /tags/udev-171-r4/make-tarball.sh

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

revision 1125 by niro, Mon Sep 13 14:09:30 2010 UTC revision 1127 by niro, Mon Sep 13 14:13:09 2010 UTC
# Line 4  temp=$(mktemp -d) Line 4  temp=$(mktemp -d)
4  svn_base_uri="svn://cvs.magellan-linux.de/pkg-src"  svn_base_uri="svn://cvs.magellan-linux.de/pkg-src"
5  svn_module="udev"  svn_module="udev"
6  rev_keyword="${svn_module}"  rev_keyword="${svn_module}"
7  tarball_prefix="config_udev"  tarball_prefix="config-udev"
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.1125  
changed lines
  Added in v.1127