Worskpace for the build will be updated using branch release68_fixes. release68_fixes
authorrnovak@netbeans.org
Wed, 13 Oct 2010 15:43:46 +0200
branchrelease68_fixes
changeset 182725ca53ab92f6e7
parent 177302 dd22a5863ec0
Worskpace for the build will be updated using branch release68_fixes.
nbbuild/newbuild/trunk-nightly.sh
     1.1 --- a/nbbuild/newbuild/trunk-nightly.sh	Mon Sep 06 10:07:43 2010 +0200
     1.2 +++ b/nbbuild/newbuild/trunk-nightly.sh	Wed Oct 13 15:43:46 2010 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4      #I'm under hudson and have sources here, I need to clone them
     1.5      #Clean obsolete sources first
     1.6      rm -rf $NB_ALL
     1.7 -    hg clone $WORKSPACE $NB_ALL
     1.8 +    hg clone -r release68_fixes $WORKSPACE $NB_ALL
     1.9      if [ $RUNJAVAFX == 1 ]; then
    1.10          #Clone also javafx sources - XXX needs to be parametrized
    1.11          cd $NB_ALL