From: Michael Wetherell Date: Sat, 16 Feb 2008 15:49:07 +0000 (+0000) Subject: Add class to allow building tarballs from the York site. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5a049933b631443eaf71b1d9e484499d37bc3fe5 Add class to allow building tarballs from the York site. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index be0f7067f3..94c0d7909d 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -22,6 +22,7 @@ http://svn.wxwidgets.org/svn/wx/wxWidgets/ branches/WX_2_8_BRANCH +http://biolpc22.york.ac.uk/pub + + +mkdir -p $TOPDIR +chown $USER $TOPDIR +rm -rf $BUILDDIR +SOURCE=`echo $SOURCE | sed "s|^[^/]|$HOME/&|"` +cd $TOPDIR +case $SOURCE in + *.tar.gz) + gunzip -c $SOURCE | tar xf - + ;; + *.tar.bz2) + bunzip2 -c $SOURCE | tar xf - + ;; + *.zip) + unzip $SOURCE + ;; +esac +mv wx* $BUILDDIR + + + + + + Daily_HEAD/wxWidgets.tar.gz + + + + + + + + + + +