public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/virtinst: make-tarball.sh
@ 2008-08-11 15:04 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2008-08-11 15:04 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/08/11 15:04:23

  Added:                make-tarball.sh
  Log:
  Added patches for libvirt (mostly from ubuntu)

Revision  Changes    Path
1.1                  src/patchsets/virtinst/make-tarball.sh

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/virtinst/make-tarball.sh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/virtinst/make-tarball.sh?rev=1.1&content-type=text/plain

Index: make-tarball.sh
===================================================================
#!/bin/bash

if [[ $# -ne 2 ]] ; then
	echo "Usage: $0 <virtinst ver> <patch ver>"
	exit 1
fi

bver=$1
pver=$2

tar=virtinst-patches-${bver}-${pver}.tbz2

rm -f ${tar}

tar -jcf ${tar} -C ${bver} --exclude=CVS . || exit 1

du -b ${tar}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-11 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 15:04 [gentoo-commits] gentoo commit in src/patchsets/virtinst: make-tarball.sh Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox