summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-10 09:52:45 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-10 09:52:45 +0100
commitef4ca2624591047e2c2d2e478add2c99636171f7 (patch)
tree3c866c7145bd98ac5aa4fe9c2fec1d8a4243a8b0 /firehose_call.py
parent415cfd619e3e182bdf8bffb09a65f2ed0a2e376f (diff)
downloadbuildslave-scripts-ef4ca2624591047e2c2d2e478add2c99636171f7.tar.gz
Remove definitions capture as now done by bottlerock
Diffstat (limited to 'firehose_call.py')
-rw-r--r--firehose_call.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/firehose_call.py b/firehose_call.py
index d12a17a..bbd9111 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -5,7 +5,6 @@
FIREHOSE_DIR = '/home/williamholland/src/firehose'
LOGFILE = '/home/williamholland/orchestration/trigger_log'
-DEFINITIONS = 'ssh://git@cu010-trove.codethink.com/baserock/baserock/definitions'
from firehose_mappings import mapping
@@ -28,11 +27,6 @@ def firehose_cmd(config,loglevel='debug',log='/dev/stdout'):
] + config
return cmd
-def trigger_builder():
- #TODO
- log('definitions has been updated! handing over to the builder')
- pass
-
if __name__ == '__main__':
import sys, subprocess, os
@@ -43,9 +37,6 @@ if __name__ == '__main__':
print "firehose_map.py requires a repo argument"
exit(1)
- if repo == DEFINITIONS:
- trigger_builder()
-
try:
configs = mapping[repo]
except: