From ba041bc942056d52804acd5011ae5fe7877be045 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Tue, 26 Mar 2019 09:27:36 +0100 Subject: Initial version of the JIRA-Gerrit bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This bot listens to Gerrit ssh events and closes JIRA issues when the commit message contains a Fixes: QTBUG-### line. Change-Id: I6d68b69e624143e2aae84ad0b172583d3855703d Reviewed-by: Jędrzej Nowacki --- scripts/jira/jira-bug-closer/Pipfile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 scripts/jira/jira-bug-closer/Pipfile (limited to 'scripts/jira/jira-bug-closer/Pipfile') diff --git a/scripts/jira/jira-bug-closer/Pipfile b/scripts/jira/jira-bug-closer/Pipfile new file mode 100644 index 00000000..f38cbfdc --- /dev/null +++ b/scripts/jira/jira-bug-closer/Pipfile @@ -0,0 +1,23 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +jira = "*" +asyncssh = "*" +coloredlogs = "*" + +[dev-packages] +pylint = "*" +ipython = "*" +nose = "*" +pytest = "*" +pytest-cov = "*" +rope = "*" +mypy = "*" +"flake8" = "*" +pytest-asyncio = "*" + +[requires] +python_version = "3.6" -- cgit v1.2.3