#174 Log some things in /var/log/pagure and prevent pushing to master if PDC is not configured
Closed 3 years ago by pingou. Opened 3 years ago by pingou.
fedora-infra/ pingou/ansible master  into  master

@@ -74,7 +74,8 @@ 

  BLACKLIST_RES = ['refs/heads/c[0-9]+.*']

  # Pushing to (f|epel|el|olpc)(num+) that is not previously approved

  # (supported branches) is not allowed.

- UNSPECIFIED_BLACKLIST_RES = ['refs/heads/f[0-9]+',

+ UNSPECIFIED_BLACKLIST_RES = ['master',

+                              'refs/heads/f[0-9]+',

                               'refs/heads/epel[0-9]+',

                               'refs/heads/el[0-9]+',

                               'refs/heads/olpc[0-9]+']

no initial comment

rebased onto 8e0e797

3 years ago

Pull-Request has been closed by pingou

3 years ago