Skip to content

Commit

Permalink
SubmittingPatches-backports.rst: backport scripts read key from file
Browse files Browse the repository at this point in the history
The --key option was removed in commit 1b5f37b
("backport-create-issue: read redmine key from file").

Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov committed Sep 23, 2020
1 parent ab53b20 commit 321bcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SubmittingPatches-backports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 321bcd4

Please sign in to comment.