@@ 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()