summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-23 08:26:36 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-23 10:30:06 +0000
commitfcdc73f5f343b2345c08508de6abb6daf06387f5 (patch)
tree6add71e0253fd511bbe926d512511bc4548e06b3
parentdb1e0819a425f7839d646fe4e1c37724898b25b9 (diff)
downloadtrove-setup-fcdc73f5f343b2345c08508de6abb6daf06387f5.tar.gz
Make anon read access override project rulesbaserock/richardipsum/update-gitano
-rw-r--r--share/gitano/skel/gitano-admin/rules/core.lace10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/gitano/skel/gitano-admin/rules/core.lace b/share/gitano/skel/gitano-admin/rules/core.lace
index dab7cfb..c1bffb7 100644
--- a/share/gitano/skel/gitano-admin/rules/core.lace
+++ b/share/gitano/skel/gitano-admin/rules/core.lace
@@ -35,13 +35,13 @@ include global:renamerepo op_renamerepo
# Site-defined rules for repository destruction
include global:destroyrepo op_destroyrepo
+# If you're running your access control somewhat more openly than most, You can
+# now uncomment the following and allow git:// access to *everything* which is
+# not the admin repository
+#allow "Anonymous access is okay" op_read !is_admin_repo
+
# Site-defined rules for project repositories, including admin of them
include global:project
# Now the project rules themselves
include main
-
-# If you're running your access control somewhat more openly than most, You can
-# now uncomment the following and allow git:// access to *everything* which is
-# not the admin repository
-# allow "Anonymous access is okay" op_read !is_admin_repo