~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Tests/CTestTestTimeout/CTestConfig.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(CTEST_PROJECT_NAME "CTestTestTimeout")
 
2
set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
 
3
set(CTEST_DART_SERVER_VERSION "2")
 
4
set(CTEST_DROP_METHOD "http")
 
5
set(CTEST_DROP_SITE "www.cdash.org")
 
6
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PublicDashboard")
 
7
set(CTEST_DROP_SITE_CDASH TRUE)