Blob Blame History Raw
#!/bin/sh
rel=$1
tag=`echo $rel | sed -e 's/\./_/g'`
mkdir -p temp && cd temp
rm -rf autotools
cvs -d:pserver:anonymous@sources.redhat.com:/cvs/eclipse export -r autotools-cdt-3_x-$tag autotools/com.redhat.eclipse.cdt.autotools autotools/com.redhat.eclipse.cdt.autotools-docs autotools/com.redhat.eclipse.cdt.autotools.feature
cd autotools
tar -czvf eclipse-cdt-autotools-3_x-$rel.tar.gz com.redhat.eclipse.cdt.autotools*