Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 9e777f6e0 -> 899a1d4f8


update check to fix break of release notes generation for various other 
components


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/899a1d4f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/899a1d4f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/899a1d4f

Branch: refs/heads/asf-site
Commit: 899a1d4f875a7fc71d01f62f6d9550c31fb5dd73
Parents: 9e777f6
Author: Robbie Gemmell <[email protected]>
Authored: Wed Jan 3 16:38:55 2018 +0000
Committer: Robbie Gemmell <[email protected]>
Committed: Wed Jan 3 16:38:55 2018 +0000

----------------------------------------------------------------------
 python/generate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/899a1d4f/python/generate.py
----------------------------------------------------------------------
diff --git a/python/generate.py b/python/generate.py
index 01b08f5..1aca491 100644
--- a/python/generate.py
+++ b/python/generate.py
@@ -393,7 +393,7 @@ def _fetch_issues(project, release):
     if project in ("qpid-cpp", "qpid-java", "qpid-python", "broker-j"):
         project = "qpid"
 
-    if project in ("qpid-interop-test"):
+    if project == "qpid-interop-test":
         project = "qpidit"
 
     if project == "proton":


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to