[pkg-eucalyptus-commits] r42 - clean-crypto/trunk/debian

Chris Grzegorczyk grze-guest at alioth.debian.org
Wed May 5 17:49:31 UTC 2010


Author: grze-guest
Date: 2010-05-05 17:49:31 +0000 (Wed, 05 May 2010)
New Revision: 42

Modified:
   clean-crypto/trunk/debian/orig-tar.sh
Log:
update names

Modified: clean-crypto/trunk/debian/orig-tar.sh
===================================================================
--- clean-crypto/trunk/debian/orig-tar.sh	2010-05-05 17:48:32 UTC (rev 41)
+++ clean-crypto/trunk/debian/orig-tar.sh	2010-05-05 17:49:31 UTC (rev 42)
@@ -1,14 +1,12 @@
 #!/bin/sh -e
 
-# $1 = version
-TAR=../clean-crypto-$2.orig.tar.gz
-DIR=clean-crypto-$2.orig
+TAR=../../clean-crypto_1.orig.tar.gz
+DIR=clean-crypto-1
 
 # clean up the upstream tarball
-bzr export $DIR lp:~chris-grze/eucalyptus-commons-ext/clean-crypto 
+bzr export $DIR http://bazaar.launchpad.net/~chris-grze/eucalyptus-commons-ext/clean-crypto 
 GZIP="--best --no-name" tar -c -z -f $TAR $DIR
 rm -rf $DIR
-rm ../clean-crypto-$2
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then




More information about the pkg-eucalyptus-commits mailing list