]> granicus.if.org Git - icinga2/commitdiff
changelog.py: Fix debugging leftover
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 28 Sep 2017 13:41:43 +0000 (15:41 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 28 Sep 2017 13:41:43 +0000 (15:41 +0200)
refs #5600

changelog.py

index 91a0c26134b129f9308debb9bc0eed8cfd376e88..7b0da34ad3820e9cca31a41a219c244cd11bed42 100755 (executable)
@@ -115,7 +115,6 @@ def format_title(title):
 
 milestones = {}
 issues = defaultdict(lambda: defaultdict(list))
-project_name = "icinga2"
 
 log(1, "Fetching data from GitHub API for project " + project_name)
 
@@ -153,6 +152,7 @@ for issue in cached_issues: #fetch_github_resources("/issues", { "state": "all"
     ms_tickets = issues[ms_title][issue_type(issue)]
     ms_tickets.append(issue)
 
+# TODO: Generic header based on project_name
 write_changelog("# Icinga 2.x CHANGELOG")
 write_changelog("")