On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge <chari...@wso2.com>wrote:
> Folks, > Please host new packs for testing immediately. 21st is the latest available > in local builder. We are not supposed to test using local packs provided by > devs. RMs, please make sure to host latest builds in local builder > (10.100.1.43) > Most of the packs are available locally in the builder machine. But builder script didn't host them. (The builder script should deploy the available packs even some products got failed.). I tired to figure out the problem with the script. But it seems ok to me. copy_carbon_products() { cd $CARBON_SRC_HOME/products find . -name "wso2*.zip" | xargs ls -l find . -name "wso2*.zip" > zips export DATE_TIME=`date '+%Y-%m-%d_%H-%M-%S'` echo $DATE_TIME mkdir "$CARBON_BIN_HOME/$DATE_TIME" while read x; do cp $x "$CARBON_BIN_HOME/$DATE_TIME"; done < zips # cd $CARBON_SRC_HOME/core/distribution/$CARBON_VERSION # cp target/*.zip "$CARBON_BIN_HOME/$DATE_TIME" $SCRIPT_HOME/md5sum_integrity.sh "$CARBON_BIN_HOME/$DATE_TIME" rm "$CARBON_BIN_HOME/latest" ln -s "$CARBON_BIN_HOME/$DATE_TIME" "$CARBON_BIN_HOME/latest" } > Regards > Charitha > > > > _______________________________________________ > Carbon-dev mailing list > Carbon-dev@wso2.org > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Thanks, Denis ---------------------------------------------------------- *Denis Weerasiri* Software Engineer; WSO2 Inc.; http://wso2.com, *email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/>* blog: **http://ddweerasiri.blogspot.com* <http://ddweerasiri.blogspot.com/>* twitter: **http://twitter.com/ddweerasiri* <http://twitter.com/ddweerasiri>* linked-in: **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
_______________________________________________ Carbon-dev mailing list Carbon-dev@wso2.org http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev