diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-09 16:21:41 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-09 16:21:41 +0100 |
commit | 492bac53b217fd650cf376cfe1a1b1930d9e25e2 (patch) | |
tree | 2da5e90be8f331db55623a4c88dd482e9021ac0e | |
parent | 7b9295dbdcab1dadd7848c24fc56e2aca85f3c4b (diff) | |
download | buildslave-scripts-492bac53b217fd650cf376cfe1a1b1930d9e25e2.tar.gz |
Update mappings
-rw-r--r-- | firehose_mappings.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firehose_mappings.py b/firehose_mappings.py index 2aa6e0e..c07a957 100644 --- a/firehose_mappings.py +++ b/firehose_mappings.py @@ -44,8 +44,9 @@ mapping = { 'ssh://git@cu010-trove.codethink.com/baserock/tests/zookeeper-test':examples, 'ssh://git@cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts':examples, 'ssh://git@cu010-trove.codethink.com/cu010-trove/br6/orchestration':examples, - 'ssh://git@cu010-trove.codethink.com/ cu010-trove/local-config/lorries':examples, - 'ssh://git@cu010-trove.codethink.com/ cu010-trove/site/releases':examples, + 'ssh://git@cu010-trove.codethink.com/cu010-trove/local-config/lorries':examples, + 'ssh://git@cu010-trove.codethink.com/cu010-trove/site/releases':examples, + 'ssh://git@cu010-trove.codethink.com/cu010-trove/br6/fake-repo-for-test-commits':examples, 'ssh://git@cu010-trove.codethink.com/delta/DLT-daemon':examples, 'ssh://git@cu010-trove.codethink.com/delta/ModemManager':examples, 'ssh://git@cu010-trove.codethink.com/delta/NetworkManager':examples, |