Magellan Linux

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

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

revision 719 by niro, Mon Dec 22 21:21:52 2008 UTC revision 720 by niro, Mon Dec 22 21:25:20 2008 UTC
# Line 3  Line 3 
3  temp=$(mktemp -d)  temp=$(mktemp -d)
4  cvs_module="src/udev"  cvs_module="src/udev"
5  rev_keyword="udev"  rev_keyword="udev"
6  tarball_prefix="udev-magellan"  tarball_prefix="config-udev"
7  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/udev/"  destination="root@cvs.magellan-linux.de:/var/www/htdocs/magellan/magellan-dev/sources/udev/"
8    
9  latest_revision=$(cvs status -v make-tarball.sh | grep -A1 "Existing Tags:" | sed -e 's/Existing Tags://' -e 's/ //g' -e '/^$/d' | /bin/awk '{ print $1; exit; }')  latest_revision=$(cvs status -v make-tarball.sh | grep -A1 "Existing Tags:" | sed -e 's/Existing Tags://' -e 's/ //g' -e '/^$/d' | /bin/awk '{ print $1; exit; }')

Legend:
Removed from v.719  
changed lines
  Added in v.720