Skip to content

Commit

Permalink
Merge branch 'fix/outdated_maintenance_doc_link' of https://github.co…
Browse files Browse the repository at this point in the history
…m/okurz/osc

Fix maintenance doc links.
  • Loading branch information
marcus-h committed Feb 24, 2017
2 parents 8c82243 + 7f985cf commit df8e7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osc/commandline.py
Expand Up @@ -2946,7 +2946,7 @@ def do_release(self, subcmd, opts, *args):
def do_releaserequest(self, subcmd, opts, *args):
"""${cmd_name}: Create a request for releasing a maintenance update.
[See http://doc.opensuse.org/products/draft/OBS/obs-reference-guide_draft/cha.obs.maintenance_setup.html
[See http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.maintenance_setup.html
for information on this topic.]
This command is used by the maintence team to start the release process of a maintenance update.
Expand Down Expand Up @@ -2992,7 +2992,7 @@ def do_releaserequest(self, subcmd, opts, *args):
def do_createincident(self, subcmd, opts, *args):
"""${cmd_name}: Create a maintenance incident
[See http://doc.opensuse.org/products/draft/OBS/obs-reference-guide_draft/cha.obs.maintenance_setup.html
[See http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.maintenance_setup.html
for information on this topic.]
This command is asking to open an empty maintence incident. This can usually only be done by a responsible
Expand Down Expand Up @@ -3064,7 +3064,7 @@ def do_createincident(self, subcmd, opts, *args):
def do_maintenancerequest(self, subcmd, opts, *args):
"""${cmd_name}: Create a request for starting a maintenance incident.
[See http://doc.opensuse.org/products/draft/OBS/obs-reference-guide_draft/cha.obs.maintenance_setup.html
[See http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.maintenance_setup.html
for information on this topic.]
This command is asking the maintence team to start a maintence incident based on a
Expand Down

0 comments on commit df8e7d2

Please sign in to comment.