From bf62b160d856b525dd03ff723f297cd526e4b299 Mon Sep 17 00:00:00 2001 From: mprahl Date: Mar 15 2018 14:26:27 +0000 Subject: Rename incorrect references of Koshei to be Anitya Signed-off-by: mprahl --- diff --git a/conf/zsh-completion/_fedpkg b/conf/zsh-completion/_fedpkg index 7e3ec28..054bf7e 100644 --- a/conf/zsh-completion/_fedpkg +++ b/conf/zsh-completion/_fedpkg @@ -317,7 +317,7 @@ _fedpkg-request-repo () { _arguments -C \ '(-h --help)'{-h,--help}'[show help message and exit]' \ '(-d --description)'{-d,--description}'[The description in dist-git]' \ - '(-m --monitor)'{-m,--monitor}'[The Koshei monitoring type for the repo]' \ + '(-m --monitor)'{-m,--monitor}'[The Anitya monitoring type for the repo]' \ '(-u --upstreamurl)'{-u,--upstreamurl}'[The upstream URL of the project]' \ '(-s --summary)'{-s,--summary}'[Override the package summary from the Bugzilla bug]' \ '--exception[The package is an exception to the regular package review process]:optional' \ diff --git a/fedpkg/cli.py b/fedpkg/cli.py index f33a334..8f1d0ab 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -116,7 +116,7 @@ the package foo: monitoring_choices = [ 'no-monitoring', 'monitoring', 'monitoring-with-scratch'] request_repo_parser.add_argument( - '--monitor', '-m', help='The Koshei monitoring type for the repo', + '--monitor', '-m', help='The Anitya monitoring type for the repo', choices=monitoring_choices, default=monitoring_choices[1]) request_repo_parser.add_argument( '--upstreamurl', '-u',