diff options
author | aavit <qt-info@nokia.com> | 2011-01-26 13:52:55 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2011-03-01 10:14:56 (GMT) |
commit | 91ece2ced1a5e3ec78d4d9f46a7bc64dfceb828c (patch) | |
tree | cfc3e499433eb6703e7b745779cf8defc7516ead /tests/arthur | |
parent | 4672ff71c5c02b13b6435594cc55638d428053ab (diff) | |
download | Qt-91ece2ced1a5e3ec78d4d9f46a7bc64dfceb828c.zip Qt-91ece2ced1a5e3ec78d4d9f46a7bc64dfceb828c.tar.gz Qt-91ece2ced1a5e3ec78d4d9f46a7bc64dfceb828c.tar.bz2 |
Updated for new git repo structure
Diffstat (limited to 'tests/arthur')
-rw-r--r-- | tests/arthur/baselineserver/src/baselineserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/baselineserver/src/baselineserver.cpp b/tests/arthur/baselineserver/src/baselineserver.cpp index 75309a4..fef592e 100644 --- a/tests/arthur/baselineserver/src/baselineserver.cpp +++ b/tests/arthur/baselineserver/src/baselineserver.cpp @@ -178,7 +178,7 @@ bool BaselineHandler::establishConnection() if (branch.isEmpty()) { // Not run by Pulse, i.e. ad hoc run: Ok. } - else if (branch != QLS("master-integration") || !plat.value(PI_GitCommit).contains(QLS("Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master-integration"))) { + else if (branch != QLS("master-integration") || !plat.value(PI_GitCommit).contains(QLS("Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into master-integration"))) { qDebug() << runId << logtime() << "Did not pass branch/staging repo filter, disconnecting."; proto.sendBlock(BaselineProtocol::Abort, QByteArray("This branch/staging repo is not assigned to be tested.")); proto.socket.disconnectFromHost(); |