summaryrefslogtreecommitdiff
path: root/firehose_call.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 18:25:38 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 18:25:38 +0100
commitef7b5f652e7514296b0e41a580161be2afe64117 (patch)
treeac9ebe982640e951ddc5e14229f773098a40f964 /firehose_call.py
parent590eb2b49512c65bcd620fa0af0c42cc364edade (diff)
downloadbuildslave-scripts-ef7b5f652e7514296b0e41a580161be2afe64117.tar.gz
Fix import os
Diffstat (limited to 'firehose_call.py')
-rw-r--r--firehose_call.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/firehose_call.py b/firehose_call.py
index bc343a1..9a3afa3 100644
--- a/firehose_call.py
+++ b/firehose_call.py
@@ -1,11 +1,9 @@
# takes a repo as $1 and calls firehose for each config the repo appears in
-#cd /home/williamholland/src/firehose
-#./firehose.sh examples/*.yaml --log=/dev/stdout --log-level=debug
-
FIREHOSE_DIR = 'firehose'
LOGFILE = os.path.expanduser("~/orchestration/trigger_log")
+import os
from firehose_mappings import mapping
log_file = open(LOGFILE,'a')