gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: trying to force I


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: trying to force Interpolate at parsing time
Date: Tue, 28 Nov 2017 17:54:22 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1a05ada  trying to force Interpolate at parsing time
1a05ada is described below

commit 1a05adae0275c6ce143901f5bec49b8310204135
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 28 17:53:59 2017 +0100

    trying to force Interpolate at parsing time
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7b1c05e..57c881f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -251,7 +251,7 @@ def doc_dispatcher(project):
         "merchant-frontend-examples": "./update_tutorials.sh",
         "deployment": "./update_onboarding.sh",
     }
-    return switch[project]
+    return switch.get(project)
 
 DOC_FACTORY = util.BuildFactory()
 DOC_FACTORY.addStep(git_step(

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]