From 321bcd455993580b0a88e84e2420c3c87bec9e02 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 23 Sep 2020 11:37:17 +0200 Subject: [PATCH] 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 --- SubmittingPatches-backports.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`: -- 2.47.3