public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/collada-dom/files: take_snapshot.sh
@ 2015-01-12 15:25 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2015-01-12 15:25 UTC (permalink / raw
  To: gentoo-commits

aballier    15/01/12 15:25:42

  Added:                take_snapshot.sh
  Log:
  add live ebuild for github version and take a snapshot from there: sf version is not maintained anymore and is buggy; thanks to José Henriques for the help in this investigation
  
  Signed-off-by: aballier@gentoo.org
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.1                  dev-libs/collada-dom/files/take_snapshot.sh

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/files/take_snapshot.sh?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/collada-dom/files/take_snapshot.sh?rev=1.1&content-type=text/plain

Index: take_snapshot.sh
===================================================================
#!/bin/sh
VERSION=$(date +%Y%m%d)
PACKAGE="collada-dom-2.4.3_pre${VERSION}"

git clone https://github.com/rdiankov/collada-dom ${PACKAGE}

find "${PACKAGE}" -type d -name '.git' -prune -print0 | xargs -0 rm -rf

tar cJf ${PACKAGE}.tar.xz ${PACKAGE}
rm -rf ${PACKAGE}/

echo "Tarball: \"${PACKAGE}.tar.xz\""

echo "** all done **"





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

only message in thread, other threads:[~2015-01-12 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 15:25 [gentoo-commits] gentoo-x86 commit in dev-libs/collada-dom/files: take_snapshot.sh Alexis Ballier (aballier)

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