[asterisk-commits] dsessions: testsuite/bamboo/trunk r1154 - /bamboo/trunk/bin/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 13 14:05:08 CST 2010
Author: dsessions
Date: Mon Dec 13 14:05:04 2010
New Revision: 1154
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1154
Log:
Allow all the SCF repos to pull down the gitall until components can be built on an individual basis.
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=1154&r1=1153&r2=1154
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Mon Dec 13 14:05:04 2010
@@ -5,6 +5,9 @@
# Bamboo will have only cloned the gitall repo itself, so we
# need to clone the other repos.
+git clone git://git.asterisk.org/asterisk-scf/integration/gitall
+cd gitall
+
./gitall-asterisk-scf.sh
# Everything should be in place for a buildy-build.
More information about the asterisk-commits
mailing list