Magellan Linux

Diff of /alx-src/branches/alxconf_20060908/make-tarball.sh

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

revision 548 by niro, Wed Feb 4 20:07:30 2009 UTC revision 549 by niro, Thu Feb 5 08:11:13 2009 UTC
# Line 6  svn_module="alxconf" Line 6  svn_module="alxconf"
6  rev_keyword="${svn_module}"  rev_keyword="${svn_module}"
7  branch="_20060908" # stick on 20060908 branch  branch="_20060908" # stick on 20060908 branch
8  tarball_prefix="alxconfig-ng"  tarball_prefix="alxconfig-ng"
9  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}/"
10    
11  latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword}${branch} | sort -nr | sed -e 's:/::' |  awk '{ print $6; exit; }')  latest_revision=$(svn ls --verbose ${svn_base_uri}/tags | grep ${rev_keyword}${branch} | sort -nr | sed -e 's:/::' |  awk '{ print $6; exit; }')
12  latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}_::" -e 's:_:-r:g')  latest_version=$(echo ${latest_revision} | sed -e "s:${rev_keyword}_::" -e 's:_:-r:g')

Legend:
Removed from v.548  
changed lines
  Added in v.549