From d7dc70e2015a9881751e8057aa61a980a3a0bcad Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 29 Mar 2019 12:57:23 +0100 Subject: Improve readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I74370b90cf13cee12bf5581472a69151b1b21966 Reviewed-by: Jędrzej Nowacki --- scripts/jira/jira-bug-closer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/jira/jira-bug-closer/README.md b/scripts/jira/jira-bug-closer/README.md index 0b261a3c..8ddd271d 100644 --- a/scripts/jira/jira-bug-closer/README.md +++ b/scripts/jira/jira-bug-closer/README.md @@ -1,6 +1,6 @@ # JIRA bot to close issues -Listen to gerrit events and close corresponding JIRA tasks when there is a fixes tag in the commit message. +Listen to gerrit events and close corresponding JIRA tasks when there is a "Fixes:" footer in the commit message. ## Prerequisites and building @@ -9,7 +9,7 @@ Run `make` to install dependencies. ## Connecting to a JIRA account using OAuth -* Generate a private/public rsa certificate pair (`jiracloser.pem`, `jiracloser.pub`) +* Generate a private/public rsa certificate pair (`jiracloser.pem`, `jiracloser.pub`) in the root directory (next to this readme file). * See for example https://www.madboa.com/geek/openssl/#key-rsa * Log in to JIRA as admin. @@ -20,7 +20,7 @@ Run `make` to install dependencies. * Type: Generic * Service Provider Name: Qt JIRA bot (anything goes) * Consumer key: jira-gerrit-bot-oauth-consumer - * Shared Secret: 8aG2#dwV24$e9J43@s8b + * Shared Secret: 8aG2#dwV24$e9J43@s8b # this is actually unused, put some random garbage here to make sure * Request Token URL: https://www.qt.io * Access token URL: https://www.qt.io * Authorize URL: https://www.qt.io -- cgit v1.2.3