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

get-all-specs.sh

index d2c9e192a7f24d7e7a6f0d0aa43ab858516c4f67..7c00aabd977ebe7c9b88c5fb69e59cf47456714a 100644 (file)
@@ -2,4 +2,12 @@
 # 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
+# run script in ./packages directory
+
+# change cvs to your login name
+CVSUSER=cvs
+
+export CVSROOT=:pserver:"${CVSUSER}"@cvs.pld-linux.org:/cvsroot
+cvs login
+cd .. 
+wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed '/<a href="\./!d' | sed 's,^.*<a href="\./\(.*\)/".*$,/\1/\1.spec,' | xargs cvs get
This page took 0.038313 seconds and 4 git commands to generate.