From 797c5434a35ef1b523adec6da1746cb041a21c2f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 22 Jan 2015 15:40:07 +0100 Subject: [PATCH] Adjust genacls.pkgdb to mention running our hook --- roles/distgit/templates/genacls.pkgdb | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/distgit/templates/genacls.pkgdb b/roles/distgit/templates/genacls.pkgdb index 0f052abeaf..da1d99372a 100644 --- a/roles/distgit/templates/genacls.pkgdb +++ b/roles/distgit/templates/genacls.pkgdb @@ -66,6 +66,7 @@ if __name__ == '__main__': print '' # print our default permissions print 'repo @all' + print ' - VREF/update-block-push-origin = @all' print ' RWC = @admins @fedora-arm @fedora-s390 @fedora-ppc' print ' R = @all' #print ' RW private- = @all'