]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
SubmittingPatches-backports.rst: backport scripts read key from file 37330/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 23 Sep 2020 09:37:17 +0000 (11:37 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 23 Sep 2020 09:37:17 +0000 (11:37 +0200)
The --key option was removed in commit 1b5f37bbcd4a
("backport-create-issue: read redmine key from file").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
SubmittingPatches-backports.rst

index 81dedb81fed875c705296e6d8a56d39f9d5c929b..210747707997e595e0a662629efc12a8b7df1310 100644 (file)
@@ -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 <tracker_api_key> 55555
+    backport-create-issue 55555
 
 
 .. _`stage backports`: