summaryrefslogtreecommitdiff
path: root/gitano-admin/rules/remoteconfigchecks.lace
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 10:06:13 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 11:12:35 +0000
commit54e3fbd49d10b70d04e03a646a494ec29a49ffc3 (patch)
treee7d955af0c4ea29f032709fe06f208509fccaa99 /gitano-admin/rules/remoteconfigchecks.lace
parent5b0245acc1b5b1c520db847d70b1b81bafb4d0c2 (diff)
downloadtrove-setup-54e3fbd49d10b70d04e03a646a494ec29a49ffc3.tar.gz
Move gitano skeleton to /usr/share/trove-setup/
Diffstat (limited to 'gitano-admin/rules/remoteconfigchecks.lace')
-rw-r--r--gitano-admin/rules/remoteconfigchecks.lace20
1 files changed, 0 insertions, 20 deletions
diff --git a/gitano-admin/rules/remoteconfigchecks.lace b/gitano-admin/rules/remoteconfigchecks.lace
deleted file mode 100644
index 6f88f5f..0000000
--- a/gitano-admin/rules/remoteconfigchecks.lace
+++ /dev/null
@@ -1,20 +0,0 @@
-# _____
-# |_ _| __ _____ _____
-# | || '__/ _ \ \ / / _ \
-# | || | | (_) \ V / __/
-# |_||_| \___/ \_/ \___|
-#
-# Copyright 2012 Codethink Limited
-#
-# Remote config checks
-
-# Owners may do any remote admin operation they choose
-allow "Owners may remote-admin their repositories" is_owner repo_is_personal
-
-# *-admins may remote-admin their project's repositories
-allow "Project admins may admin project repos" repo_is_local_project project_admin
-
-# lorry may remote-admin lorryable repositories
-allow "Lorry may admin lorry repos" is_lorry lorryable_repo
-
-deny "You may not configure this repository remotely"