[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. bb5c5d050ebb9502a3d651b1b3f8857bd643d9f4

Jonas Smedegaard dr at jones.dk
Wed Oct 5 09:22:21 UTC 2011


The following commit has been merged in the master branch:
commit 3f1fc12154f6d23944a8fb8e6c17ccd43844944a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 5 11:21:19 2011 +0200

    Add script to (re)generate mrconfig file from Alioth contents.

diff --git a/pkg-fso-mrconfig-create.sh b/pkg-fso-mrconfig-create.sh
new file mode 100755
index 0000000..1f00496
--- /dev/null
+++ b/pkg-fso-mrconfig-create.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# (Re)generate mrconfig file from all of pkg-fso at Alioth
+# Comment out big repositories
+
+ssh git.debian.org ls -1 /git/pkg-fso/ \
+	| perl -ne '/^(\w\S+)\.git$/ or next; $hit = $1; $skip = "";' \
+		-e '$hit =~ /\Ad-i\Z|linux|kernel/ and $skip = "#";' \
+		-e 'print "$skip\[$hit]\n${skip}checkout = git clone git://git.debian.org/pkg-fso/$hit\n\n"' \
+	> pkg-fso.mrconfig

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list