From 597f7e4ecc4b1ea8f3832156f263d490a8695bec Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 5 Apr 2019 10:24:44 +0200 Subject: Use a clone of the full repo to run on production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally the bot lived in a repo of its own. Now it's in qtqa and to make automatic deployment and updating easy, use the full path in systemd. Change-Id: I8ef7cc8b82f63d19ac39fc3a156ce97a4d0c0c0a Reviewed-by: Jędrzej Nowacki --- scripts/jira/jira-bug-closer/systemd/jira_gerrit_bot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/jira/jira-bug-closer/systemd/jira_gerrit_bot.service b/scripts/jira/jira-bug-closer/systemd/jira_gerrit_bot.service index 4ea22ad9..801b5e7c 100644 --- a/scripts/jira/jira-bug-closer/systemd/jira_gerrit_bot.service +++ b/scripts/jira/jira-bug-closer/systemd/jira_gerrit_bot.service @@ -31,7 +31,7 @@ Description=Jira Issue Closer - Monitor Gerrit and close JIRA issues [Service] -ExecStart=/usr/bin/make -C /home/jirabot/jira-bug-closer production +ExecStart=/usr/bin/make -C /home/jirabot/qtqa/scripts/jira/jira-bug-closer production Restart=always User=jirabot -- cgit v1.2.3