rpms/xorg-x11-server/F-11 commitid, 1.21, 1.22 make-git-snapshot.sh, 1.7, 1.8

Adam Jackson ajax at fedoraproject.org
Wed Sep 9 15:03:45 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/xorg-x11-server/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28004

Added Files:
	commitid make-git-snapshot.sh 
Log Message:
* Wed Sep 09 2009 Adam Jackson <ajax at redhat.com> 1.6.4-0.1
- 1.6.4 snapshot



Index: commitid
===================================================================
RCS file: commitid
diff -N commitid
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ commitid	9 Sep 2009 15:03:45 -0000	1.22
@@ -0,0 +1 @@
+3044711412d0a08ba65a491bd2441c0c8980f5e2


Index: make-git-snapshot.sh
===================================================================
RCS file: make-git-snapshot.sh
diff -N make-git-snapshot.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ make-git-snapshot.sh	9 Sep 2009 15:03:45 -0000	1.8
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+DIRNAME=xorg-server-$( date +%Y%m%d )
+
+rm -rf $DIRNAME
+git clone git://git.freedesktop.org/git/xorg/xserver $DIRNAME
+cd $DIRNAME
+if [ -z "$1" ]; then
+    git log | head -1
+else
+    git checkout $1
+fi
+git log | head -1 | awk '{ print $2 }' > ../commitid
+git repack -a -d
+cd ..
+tar cf - $DIRNAME | bzip2 -c9 > $DIRNAME.tar.bz2
+rm -rf $DIRNAME




More information about the scm-commits mailing list