rpms/eclipse-cdt/devel make-libhover-tarball.sh,NONE,1.1

Jeff Johnston jjohnstn at fedoraproject.org
Wed Oct 15 23:10:04 UTC 2008


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12586

Added Files:
	make-libhover-tarball.sh 
Log Message:

New script to build the libhover tarball from linuxtools repository.



--- NEW FILE make-libhover-tarball.sh ---
#!/bin/sh
rel=$1
tag=`echo $rel | sed -e 's/\./_/g'`
echo $tag
mkdir -p temp && cd temp
rm -rf libhover
svn export svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/libhover/tags/$rel libhover
cd libhover
pwd
tar -czvf eclipse-cdt-fetched-src-libhover-$tag.tar.gz org.eclipse.linuxtools.cdt.libhover*





More information about the scm-commits mailing list