]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
cvs tools are dead
authorElan Ruusamäe <glen@delfi.ee>
Tue, 31 Jul 2012 20:41:07 +0000 (23:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 31 Jul 2012 20:41:07 +0000 (23:41 +0300)
get-all-specs.sh [deleted file]

diff --git a/get-all-specs.sh b/get-all-specs.sh
deleted file mode 100755 (executable)
index 60ca9f3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-# get only *.spec files from packages/
-# thx SamChi,pawelz
-
-# 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 - \
-#      | perl -p -e 'if(m#a href="\./(.*?)/"#){$_=$1;s/%(..)/chr hex $1/eg;$_="packages/$_/$_.spec\0"}else{$_=undef}' \
-#      | xargs -0 cvs -z3 get
-
-# alternative
-#wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - \
-#      |sed -e 's@<@@g;s@>@@g;s@"@ @g;s@\(name.*\)@\1@' \
-#      |grep name |cut -d ' ' -f9
-#      | xargs -0 cvs -z3 get
-
-# the fastest way
-#wget http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/ -O - \
-#      |sed -e 's@<@@g;s@>@@g;s@/@ @g;s@\(name.*\)@\1@' \
-#      |cut -d ' ' -f6 \
-#      |xargs -0 cvs -z3 get packages
This page took 0.036045 seconds and 4 git commands to generate.