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: aball...@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 **"




Reply via email to