changeset 417:195096819152 1.0.0-rc1

Cleanups in documentation
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 17:55:18 +0900
parents fa39aecb41c6
children 1097c885c065
files contrib/nightly_tests/README contrib/nightly_tests/alldefault.conf contrib/nightly_tests/allext.conf contrib/nightly_tests/nosctp.conf
diffstat 4 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/nightly_tests/README	Thu Jul 08 17:54:55 2010 +0900
+++ b/contrib/nightly_tests/README	Thu Jul 08 17:55:18 2010 +0900
@@ -51,6 +51,9 @@
 
 5) Create a file local.cmake defining the name of the build slave in this directory also.
 	$ echo "SET(CTEST_SITE \""`hostname`"\")" > local.cmake
+	
+   For FreeBSD:
+   	$ echo "set(CTEST_BUILD_OPTIONS \"\${CTEST_BUILD_OPTIONS} -DFLEX_EXECUTABLE:FILEPATH=/usr/local/bin/flex\")" >> local.cmake
 
 6) Run the script once to check it works properly
 
@@ -58,4 +61,4 @@
 	$ wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/cronjob.sh
 	$ chmod +x cronjob.sh
 	$ crontab -l
-0 0 * * * /home/test/fDbuild/cronjob.sh > /home/test/fDbuild/cronjob.log 2>&1
+0 0 * * * /home/test/fDtests/cronjob.sh > /home/test/fDtests/cronjob.log 2>&1
--- a/contrib/nightly_tests/alldefault.conf	Thu Jul 08 17:54:55 2010 +0900
+++ b/contrib/nightly_tests/alldefault.conf	Thu Jul 08 17:55:18 2010 +0900
@@ -1,5 +1,2 @@
-
-# Do not pass any parameter to cmake
-set(CTEST_BUILD_OPTIONS "")
 
 set(CTEST_BUILD_NAME "Default")
--- a/contrib/nightly_tests/allext.conf	Thu Jul 08 17:54:55 2010 +0900
+++ b/contrib/nightly_tests/allext.conf	Thu Jul 08 17:55:18 2010 +0900
@@ -5,7 +5,6 @@
 set(WITH_COVERAGE TRUE)
 set(CTEST_BUILD_NAME "All extensions")
 
-set(CTEST_BUILD_OPTIONS "")
 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON")
 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test")
 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON")
--- a/contrib/nightly_tests/nosctp.conf	Thu Jul 08 17:54:55 2010 +0900
+++ b/contrib/nightly_tests/nosctp.conf	Thu Jul 08 17:55:18 2010 +0900
@@ -1,5 +1,5 @@
 
 # Remove SCTP support at compilation
-set(CTEST_BUILD_OPTIONS "-DDISABLE_SCTP:BOOL=ON")
+set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DDISABLE_SCTP:BOOL=ON")
 
 set(CTEST_BUILD_NAME "No SCTP")
"Welcome to our mercurial repository"