WilliamGinWolf / openjdk-osx-build

Automatically exported from code.google.com/p/openjdk-osx-build
0 stars 0 forks source link

Cannot use scripts in standalone (without hudson) #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. updatescm.sh => it checkouts the code into openjdk-1.7 subdir while 
buildXX.sh are excepting to have a checkout in .
2. buildXX.sh => DROP_DIR=`pwd/DROP_DIR` doesn't work for me. It's 
DROP_DIR=`pwd`/DROP_DIR
3. The line DROP_DIR=$HUDSON_HOME/DROP_DIR override what is set in if [ ! -z 
"$HUDSON_HOME" ]; ...

Fixing that and after having deployed forrest in HG, I can easily use 
updatescm.sh + buildXX.sh

Original issue reported on code.google.com by aheritier on 29 Nov 2010 at 9:10

GoogleCodeExporter commented 8 years ago
the patch to fix these issues

Original comment by aheritier on 29 Nov 2010 at 9:11

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed.

Thanks for your patches :)

Original comment by henri.gomez on 29 Nov 2010 at 9:18