commit d586daa65072453b7a47344be93e9a380345830b parent ec0fd5d39f8fc13f771c9daece98ac3e60e46ed0 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 3 Jun 2020 11:16:41 +0200 py3 Diffstat:
| M | buildbot/master.cfg | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -957,7 +957,7 @@ c["titleURL"] = "https://taler.net" # We use nginx to expose the BB under this URL. c["buildbotURL"] = "https://buildbot.taler.net/" -exec(compile(open('../taler_bb_userpass_db/taler_bb_userpass_db/db.py').read())) +exec(compile(open('../taler_bb_userpass_db/taler_bb_userpass_db/db.py').read(), filename='db.py', mode='exec')) BUILDER_LIST = [ "buildmaster-builder",