[asterisk-commits] dsessions: testsuite/bamboo/trunk r1205 - /bamboo/trunk/bin/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 16 17:04:48 UTC 2010
Author: dsessions
Date: Thu Dec 16 11:04:44 2010
New Revision: 1205
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1205
Log:
more tweaks to the scf scripts
Modified:
bamboo/trunk/bin/build-asterisk-scf.sh
Modified: bamboo/trunk/bin/build-asterisk-scf.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf.sh?view=diff&rev=1205&r1=1204&r2=1205
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Thu Dec 16 11:04:44 2010
@@ -1,6 +1,9 @@
# Super simple build script for Asterisk SCF's gitall repo
set -e
+
+COMPONENT_REV=`cat .git/regs/heads/master`
+COMPONENT_NAM=$@
# Bamboo will have only cloned the gitall repo itself, so we
# need to clone the other repos.
@@ -10,9 +13,26 @@
./gitall-asterisk-scf.sh
-cd $@
-git checkout `cat ../.git/HEAD`
+cd $COMPONENT_NAM
+git checkout `cat $COMPONENT_REV`
cd ..
+
+echo "Test build initiated for: $COMPONENT_NAM revision $COMPONENT_REV"
+echo ""
+echo ""
+echo "git revisions used for this test build
+echo "--------------------------------------"
+echo " bridging - `cat bridging/.git/regs/heads/master`"
+echo " routing - `cat routing/.git/regs/heads/master`"
+echo " servicediscovery - `cat servicediscovery/.git/regs/heads/master`"
+echo " sip - `cat sip/.git/regs/heads/master`"
+echo " media_rtp_pjmedia - `cat media_rtp_pjmedia/.git/regs/heads/master`"
+echo " slice - `cat slice/.git/regs/heads/master`"
+echo " logger - `cat logger/.git/regs/heads/master`"
+echo " ice-util-cpp - `cat ice-util-cpp/.git/regs/heads/master`"
+echo " test_channel - `cat test_channel/.git/regs/heads/master`"
+echo " cmake - `cat cmake/.git/regs/heads/master`"
+echo " pjproject - `cat pjproject/.git/regs/heads/master`"
# Everything should be in place for a buildy-build.
./cmake/init-cmake.sh
More information about the asterisk-commits
mailing list