[gksu-polkit/f17: 1/2] Add new sources

Simone Caronni slaanesh at fedoraproject.org
Thu Jul 25 06:31:55 UTC 2013


commit a98c4e9bd669edc0c6a4b0fba119e9dc967ce20e
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Thu Jul 25 08:31:11 2013 +0200

    Add new sources

 .gitignore                            |    1 +
 gksu-polkit-0.0.3-gitf8ce834c.tar.bz2 |  Bin 0 -> 750379 bytes
 gksu-polkit-git-checkout.sh           |   11 +++++++++++
 sources                               |    2 +-
 4 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fad8954..76179d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gksu-polkit_0.0.3.orig.tar.gz
+/gksu-polkit-0.0.3-gitf8ce834c.tar.bz2
diff --git a/gksu-polkit-0.0.3-gitf8ce834c.tar.bz2 b/gksu-polkit-0.0.3-gitf8ce834c.tar.bz2
new file mode 100644
index 0000000..e06b6fe
Binary files /dev/null and b/gksu-polkit-0.0.3-gitf8ce834c.tar.bz2 differ
diff --git a/gksu-polkit-git-checkout.sh b/gksu-polkit-git-checkout.sh
new file mode 100755
index 0000000..86cdc36
--- /dev/null
+++ b/gksu-polkit-git-checkout.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+git clone git://git.debian.org/~kov/gksu-polkit.git/
+cd gksu-polkit
+
+REVISION=$(git log | head -n1 | awk '{print $2}' | cut -c 1-8)
+VERSION=`head -n1 configure.ac | awk '{print $2}' | sed -e s/,//g`
+
+cd ..
+tar -cjf gksu-polkit-${VERSION}-git${REVISION}.tar.bz2 gksu-polkit
+rm -fr gksu-polkit
diff --git a/sources b/sources
index 0c4206a..8a17101 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eeffaa13194cf76a63c52ed3f58d5a7d  gksu-polkit_0.0.3.orig.tar.gz
+31551d4fa18490be9247b10aa2379b5a  gksu-polkit-0.0.3-gitf8ce834c.tar.bz2


More information about the scm-commits mailing list