[asterisk-commits] russell: testsuite/asterisk/trunk r78 - in /asterisk/trunk: ./ bamboo/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 16 12:20:55 CDT 2010
Author: russell
Date: Tue Mar 16 12:20:51 2010
New Revision: 78
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=78
Log:
Remove bamboo bits, as they have been moved
Removed:
asterisk/trunk/bamboo/
Modified:
asterisk/trunk/Makefile
asterisk/trunk/README.txt
Modified: asterisk/trunk/Makefile
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/Makefile?view=diff&rev=78&r1=77&r2=78
==============================================================================
--- asterisk/trunk/Makefile (original)
+++ asterisk/trunk/Makefile Tue Mar 16 12:20:51 2010
@@ -1,15 +1,3 @@
-INSTALL?=install
-
-BINDIR?=/usr/local/bin/bamboo
-
all:
- @echo "************************************************************"
- @echo "***"
- @echo "*** Run \"make install\" to install build scripts."
- @echo "***"
- @echo "************************************************************"
install:
- mkdir -p $(BINDIR)
- for n in bamboo/bin/* ; do $(INSTALL) -m 755 $$n $(BINDIR) ; done
- if [ -d /Library/LaunchDaemons ] ; then $(INSTALL) -m 644 bamboo/mac-osx/com.asterisk.org.asterisk /Library/LaunchDaemons ; fi
Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=78&r1=77&r2=78
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Tue Mar 16 12:20:51 2010
@@ -15,7 +15,6 @@
2) Test Anatomy
3) Test Configuration
4) Test Suite System Requirements
- 5) Test Slave Configuration
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
@@ -35,11 +34,6 @@
The test suite is made up as a collection of scripts that test some portion of
Asterisk functionality given a set of preconditions, and then provide a
pass/fail result via a predefined method of doing so.
-
- In addition to the implementation of this test suite, this repository
-also contains scripts and other information needed for setting up test slaves
-that will be a part of the bamboo build and test infrastructure. Test slave
-configuration is discussed in section 5.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
@@ -156,24 +150,5 @@
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
---------------------------------------------------------------------------------
---- 5) Test Slave Configuration
---------------------------------------------------------------------------------
-
- This section discusses what is necessary to configure a system to be a
-test slave for the bamboo build and test infrastructure. A test slave in bamboo
-is referred to as an agent.
-
- First, all packages required to build Asterisk and Asterisk modules
-should be installed. The "install_prereq" script in Asterisk is very helpful
-for getting this done.
-
- The bin directory in this repository contains some scripts that bamboo
-will assume are installed on an agent. They will be installed into
-/usr/local/bin/bamboo/. To install them, run "make install" as root.
-
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
-
================================================================================
================================================================================
More information about the asterisk-commits
mailing list