Magellan Linux

Diff of /alx-src/tags/alxconf-0_6_0-rc1/make-tarball.sh

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

revision 2172 by niro, Wed May 18 21:46:29 2011 UTC revision 2173 by niro, Wed May 18 21:48:06 2011 UTC
# Line 9  tarball_prefix="alxconfig-ng" Line 9  tarball_prefix="alxconfig-ng"
9  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/${tarball_prefix}/"  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:_:.:g')
13    
14  echo -n "building tarball for ${latest_version}... "  echo -n "building tarball for ${latest_version}... "
15  cd ${temp}  cd ${temp}

Legend:
Removed from v.2172  
changed lines
  Added in v.2173