summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2013-12-16 18:14:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-17 09:46:40 +0100
commit916e98a524941469ebab5522e6b1f472886ecd28 (patch)
treef3b837a95a6f38c2cad6ea11d8492d373265ec26 /README.txt
parentf77339285fc96d58b261f92edcff580e6265552c (diff)
nodecfg: Sort the list of names for host type
It looks better if we present a list of sorted options. This will automatically sort new names if they are added in the future. The list now should look like: (1) ci_server - Qt Project CI system server (Jenkins <-> Gerrit integration) (2) ci_tester - Qt Project CI tester, performing Qt compilation and autotests (3) network_test_server - Network test server, used for some QtNetwork autotests (qt-test-server.qt-test-net) (4) packaging_server - Qt Project packaging server (5) packaging_tester - Qt Project Packaging tester, performing Qt compilation and autotests Change-Id: Iccba5482f9e5e75b61ef6a6fd5cb0f97424f6e52 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com> Reviewed-by: Simo Fält <simo.falt@digia.com>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 5d22b0d..b2cad7b 100644
--- a/README.txt
+++ b/README.txt
@@ -41,13 +41,13 @@ Here is an example interactive configuration session:
Select which of the following best describes the purpose of this host:
- (1) packaging_tester - Qt Project Packaging tester, performing Qt compilation and autotests
- (2) packaging_server - Qt Project packaging server
+ (1) ci_server - Qt Project CI system server (Jenkins <-> Gerrit integration)
+ (2) ci_tester - Qt Project CI tester, performing Qt compilation and autotests
(3) network_test_server - Network test server, used for some QtNetwork autotests (qt-test-server.qt-test-net)
- (4) ci_server - Qt Project CI system server (Jenkins <-> Gerrit integration)
- (5) ci_tester - Qt Project CI tester, performing Qt compilation and autotests
+ (4) packaging_server - Qt Project packaging server
+ (5) packaging_tester - Qt Project Packaging tester, performing Qt compilation and autotests
- ? 5
+ ? 2
Configuring a node of class 'ci_tester'
Username of the account used for all testing;