On Tuesday 28 of April 2009, Arkadiusz Miskiewicz wrote:

> Report any problems or ideas.

If you want to fetch only specs then use this script:

#!/bin/sh
CROOT=:pserver:c...@cvs.pld-linux.org:/cvsroot

SPECS=$(for a in `cvs -z3 -d${CROOT} ls -l packages | awk '/(directory)/ { 
print $1 } '`; do echo -n "packages/$a/$a.spec "; done)

cvs -z3 -d${CROOT} co $SPECS

-- 
Arkadiusz Miśkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to