summaryrefslogtreecommitdiff
path: root/gitano-admin/rules/createrepo.lace
diff options
context:
space:
mode:
Diffstat (limited to 'gitano-admin/rules/createrepo.lace')
-rw-r--r--gitano-admin/rules/createrepo.lace23
1 files changed, 0 insertions, 23 deletions
diff --git a/gitano-admin/rules/createrepo.lace b/gitano-admin/rules/createrepo.lace
deleted file mode 100644
index bf4683e..0000000
--- a/gitano-admin/rules/createrepo.lace
+++ /dev/null
@@ -1,23 +0,0 @@
-# _____
-# |_ _| __ _____ _____
-# | || '__/ _ \ \ / / _ \
-# | || | | (_) \ V / __/
-# |_||_| \___/ \_/ \___|
-#
-# Copyright 2012 Codethink Limited
-#
-# Rules related to creating repositories
-
-# Administrators have already been permitted whatever they like
-# so this is for site-wide non-admins.
-
-##PEOPLE_COMMENT##allow "Personal repo creation is okay" repo_is_personal
-
-# Allow people in *-admins to create repositories under <foo>
-allow "Project admins may make project repositories" repo_is_local_project project_admin
-
-# Allow lorry to create repositories anywhere but the local project root
-allow "Lorry may create lorryable repos" is_lorry lorryable_repo
-
-# Otherwise the default is that non-admins can't create repositories
-deny "Repository creation is not permitted."