Use dev/experimental branch for compass-adapters repo

Change-Id: I1e4c07a5e72fd6c0ef88e90088ce1a157d1590a6
This commit is contained in:
Weidong Shao 2014-08-07 09:34:05 +00:00
parent 5ac173e9bb
commit c5b2c92dfd

View File

@ -6,6 +6,11 @@ copy2dir()
repo=$1 repo=$1
destdir=$2 destdir=$2
git_branch=master git_branch=master
if [ -n "$4" ]; then
git_branch=$4
fi
if [[ "$repo" =~ (git|http|https|ftp):// ]]; then if [[ "$repo" =~ (git|http|https|ftp):// ]]; then
if [[ -d $destdir || -L $destdir ]]; then if [[ -d $destdir || -L $destdir ]]; then
cd $destdir cd $destdir
@ -204,7 +209,7 @@ if [ -z $ADAPTERS_SOURCE ]; then
echo "adpaters source $ADAPTERS_SOURCE is not set" echo "adpaters source $ADAPTERS_SOURCE is not set"
exit 1 exit 1
fi fi
copy2dir "$ADAPTERS_SOURCE" "$ADAPTERS_HOME" "stackforge/compass-adapters" || exit $? copy2dir "$ADAPTERS_SOURCE" "$ADAPTERS_HOME" "stackforge/compass-adapters" dev/experimental || exit $?
if [ "$tempest" == "true" ]; then if [ "$tempest" == "true" ]; then
if [[ ! -e /tmp/tempest ]]; then if [[ ! -e /tmp/tempest ]]; then