3 # We want to catch any unexpected failure, and exit immediately
6 # Download helper for cvs, to be called from the download wrapper script
11 # $4: package's name (eg. foobar)
12 # $5: package's basename (eg. foobar-1.2.3)
13 # And this environment:
14 # CVS : the cvs command to call
22 ${CVS} -z3 -d":pserver:anonymous@${repo}" \
23 co
-d "${basename}" -r ":${rev}" -P "${rawname}"
25 tar czf
"${output}" "${basename}"