summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-13 01:14:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-13 01:14:12 +0200
commit8d67a2fbbdb18d53ab6c1625ecfd68828073832d (patch)
treeba7dffb7baa01eb2f4a9dd2cd0875e3a9892477c /buildbot
parent59d483544b0848823f2b31b057860342437b8043 (diff)
downloaddeployment-8d67a2fbbdb18d53ab6c1625ecfd68828073832d.tar.gz
deployment-8d67a2fbbdb18d53ab6c1625ecfd68828073832d.tar.bz2
deployment-8d67a2fbbdb18d53ab6c1625ecfd68828073832d.zip
syntax
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index af95fc6..76f9041 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -164,7 +164,7 @@ def twister_web_page(change):
files = _change.get("files")
for file in files:
- if re.search(r"web", file.get("name", ""))
+ if re.search(r"web", file.get("name", "")) \
and "twister" == repo:
return True