| |
@@ -247,7 +247,7 @@
|
| |
pdc_ref = branch_overrides[project.namespace][refname]
|
| |
is_supported = self.is_supported_branch(project, pdc_ref)
|
| |
if is_supported is False:
|
| |
- self.info("Branch %s is unsupported" % refname)
|
| |
+ self.info("Branch %s is unsupported. Cannot push to a disabled branch (maybe eol?)." % refname)
|
| |
return False
|
| |
elif is_supported is True:
|
| |
self.debug("Branch %s is supported" % refname)
|
| |
Added explanation for rejected push from the reason of rpm branch being end-of-life.
Related to issue:
https://pagure.io/releng/issue/10299
Issue context:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/KKK5ES37BTWEMRDPJ3TRBVCUZH6ANTXS/