Repositories
sysadmin
Scripts used for the system administration of Qt automated test infrastructure. more…
The Qt QA team uses puppet for the management of test infrastructure. This repository contains the live puppet configuration used by Qt test infrastructure.
-
Cloning this repository:
git clone git://gitorious.org/qtqa/sysadmin.git sysadmin cd sysadmin
Add this repository as a remote to an existing local repository:
git remote add sysadmin git://gitorious.org/qtqa/sysadmin.git git fetch sysadmin git checkout -b my-local-tracking-branch sysadmin/master_or_other_branch
testconfig
Configuration data for the Qt CI system. more…
This repository contains various settings used by the test scripts running in Qt’s Continuous Integration system.
-
Cloning this repository:
git clone git://gitorious.org/qtqa/testconfig.git testconfig cd testconfig
Add this repository as a remote to an existing local repository:
git remote add testconfig git://gitorious.org/qtqa/testconfig.git git fetch testconfig git checkout -b my-local-tracking-branch testconfig/master_or_other_branch

