~gotmax23/fedora-scripts

b033014f0b6caa7127fb4c000f68ff588c77e295 — Maxwell G 2 years ago d025b8a
request_epel: Fix minor mistakes
1 files changed, 2 insertions(+), 2 deletions(-)

M request_epel.py
M request_epel.py => request_epel.py +2 -2
@@ 149,7 149,7 @@ please add me through https://src.fedoraproject.org/rpms/{package}/adduser""".fo
            package=package.name, branch=package.branch, user=user
        ),
        "sig": """
If you do not wish to maintain <package> in {branch},
If you do not wish to maintain {package} in {branch},
or do not think you will be able to do this in a timely manner,
the EPEL Packagers SIG would be happy to co-maintain the package;
please add the epel-packagers-sig group through


@@ 178,7 178,7 @@ def request_branch(package, **kwargs):
        print(
            "Please generate a Bugzilla api key at https://bugzilla.redhat.com/userprefs.cgi and input it with `bugzilla login --api-key`"
        )
        exit(0)
        sys.exit(1)

    if kwargs["btype"] != "user":
        user = get_fas_user()