From 6750a233fd76114ec04bfe21cc64359c7668741f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 17 Dec 2015 18:20:57 +0100 Subject: [PATCH] Turn off namespacing in gitolite for the moment --- roles/distgit/templates/genacls.pkgdb | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/roles/distgit/templates/genacls.pkgdb b/roles/distgit/templates/genacls.pkgdb index b1d975a4a3..471a33a622 100644 --- a/roles/distgit/templates/genacls.pkgdb +++ b/roles/distgit/templates/genacls.pkgdb @@ -131,14 +131,15 @@ if __name__ == '__main__': (pkg, ACTIVE[branch]) ) - print '' - print 'repo %s%s' % (key, pkg) - print '\n'.join(buffer) - for reserved in RESERVED: - print ' - %s = @all' % reserved - print ' RWC refs/tags/ = %s' % ' '.join(writers) - if masters: - print ' RWC = %s' % ' '.join(masters) +## While we debug this issue in stg +# print '' +# print 'repo %s%s' % (key, pkg) +# print '\n'.join(buffer) +# for reserved in RESERVED: +# print ' - %s = @all' % reserved +# print ' RWC refs/tags/ = %s' % ' '.join(writers) +# if masters: +# print ' RWC = %s' % ' '.join(masters) # Bring backward compatibility while we keep the symlinks in place # from the old to the new locations.