rpms/pixman/OLPC-2 make-pixman-snapshot.sh, 1.2, 1.3 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Sat Nov 24 09:00:27 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/pixman/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14198

Modified Files:
	.cvsignore sources 
Added Files:
	make-pixman-snapshot.sh 
Log Message:
Add sources.


Index: make-pixman-snapshot.sh
===================================================================
RCS file: make-pixman-snapshot.sh
diff -N make-pixman-snapshot.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ make-pixman-snapshot.sh	24 Nov 2007 08:59:52 -0000	1.3
@@ -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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/OLPC-2/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	15 Nov 2007 16:02:00 -0000	1.8
+++ .cvsignore	24 Nov 2007 08:59:52 -0000	1.9
@@ -1 +1 @@
-pixman-20070924.tar.bz2
+pixman-20071124.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/OLPC-2/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	15 Nov 2007 16:02:00 -0000	1.8
+++ sources	24 Nov 2007 08:59:52 -0000	1.9
@@ -1 +1 @@
-cba5f85390f8e2ad3278482af816fb16  pixman-20070924.tar.bz2
+de012bd1e42f4ebeb2b3e3e60280e816  pixman-20071124.tar.bz2




More information about the fedora-extras-commits mailing list