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
Original issue reported on code.google.com by
aheritier
on 29 Nov 2010 at 9:10