]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- get all specs
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Wed, 27 May 2009 16:47:08 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    get-all-specs.sh -> 1.1

get-all-specs.sh [new file with mode: 0644]

diff --git a/get-all-specs.sh b/get-all-specs.sh
new file mode 100644 (file)
index 0000000..e44b5f4
--- /dev/null
@@ -0,0 +1,5 @@
+#!bin/sh
+# get only *.spec files from packages/
+# thx SamChi,pawelz
+
+cd .. ; wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed '/<a href="\./!d' | sed 's,^.*<a href="\./\(.*\)/".*$,\packages/\1/\1.spec,' | xargs cvs get
This page took 0.114075 seconds and 4 git commands to generate.