From 11cb6d070ad518a1312ae75734cb8eab96ed6674 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Nov 24 2007 08:59:52 +0000 Subject: Add sources. --- diff --git a/.cvsignore b/.cvsignore index 4766fe4..9f89868 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pixman-20070924.tar.bz2 +pixman-20071124.tar.bz2 diff --git a/make-pixman-snapshot.sh b/make-pixman-snapshot.sh new file mode 100755 index 0000000..0cd65a3 --- /dev/null +++ b/make-pixman-snapshot.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +DIRNAME=pixman-$( date +%Y%m%d ) + +rm -rf $DIRNAME +git clone git://git.freedesktop.org/git/pixman $DIRNAME +cd $DIRNAME +if [ -z "$1" ]; then + git log | head -1 +else + git checkout $1 +fi +rm -rf .git +cd .. +tar jcf $DIRNAME.tar.bz2 $DIRNAME +rm -rf $DIRNAME diff --git a/sources b/sources index eeff0ee..5fab4c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cba5f85390f8e2ad3278482af816fb16 pixman-20070924.tar.bz2 +de012bd1e42f4ebeb2b3e3e60280e816 pixman-20071124.tar.bz2