From 9022d4473c137d17bcdc2b03b7dbc57112282dcc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 24 2018 09:08:16 +0000 Subject: Block all c[digit]+.* branches Signed-off-by: Pierre-Yves Chibon --- diff --git a/dist_git_auth.py b/dist_git_auth.py index 887147d..1c0efdd 100644 --- a/dist_git_auth.py +++ b/dist_git_auth.py @@ -35,7 +35,9 @@ _blacklist = ''' - f[0-9][0-9] = @all - epel[0-9] = @all - epel[0-9][0-9] = @all - el[0-9] = @all - - olpc[0-9] = @all''' + - olpc[0-9] = @all + - c[0-9]+.* = @all +''' namespace2pdctype = { 'rpms': 'rpm',