[svn-commits] dsessions: testsuite/bamboo/trunk r1249 - /bamboo/trunk/bin/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 20 15:42:25 UTC 2010


Author: dsessions
Date: Mon Dec 20 09:42:20 2010
New Revision: 1249

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1249
Log:
Added and 'env' command to the SCF build script to echo out the environment during builds and added -x to see what the build script is executing for debug purposes.

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=1249&r1=1248&r2=1249
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Mon Dec 20 09:42:20 2010
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/usr/bin/env bash -x
 # Super simple build script for Asterisk SCF's gitall repo
 
 set -e
@@ -60,6 +60,11 @@
 echo ""
 echo ""
 
+env
+
+echo ""
+echo ""
+
 # Everything should be in place for a buildy-build.
 ./cmake/init-cmake.sh
 cmake --build ./build




More information about the svn-commits mailing list