From: Ilya Dryomov Date: Wed, 23 Sep 2020 09:37:17 +0000 (+0200) Subject: SubmittingPatches-backports.rst: backport scripts read key from file X-Git-Tag: v16.1.0~1002^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=321bcd455993580b0a88e84e2420c3c87bec9e02;p=ceph.git SubmittingPatches-backports.rst: backport scripts read key from file The --key option was removed in commit 1b5f37bbcd4a ("backport-create-issue: read redmine key from file"). Signed-off-by: Ilya Dryomov --- diff --git a/SubmittingPatches-backports.rst b/SubmittingPatches-backports.rst index 81dedb81fed8..210747707997 100644 --- a/SubmittingPatches-backports.rst +++ b/SubmittingPatches-backports.rst @@ -195,9 +195,9 @@ For example, if the tracker issue number is 55555:: The script needs to know your https://tracker.ceph.com credentials in order to authenticate to Redmine. In lieu of providing your literal username and password on the command line, you could also obtain a REST API key ("My account" -> "API -access key") and run the script like so:: +access key"), put it in ``~/.redmine_key`` and run the script like so:: - backport-create-issue --key 55555 + backport-create-issue 55555 .. _`stage backports`: