From 207b7b75704fbc7be106eb87ced24c8faeb1f934 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 11 Jun 2014 22:29:31 +0000 Subject: mgagit: Add a repo group for infrastructure stuff. This is slightly recursive as this is where the definitions are kept, but I'll add a readme to the git repo to make sure no-one actually adds definitions in this tree (although a pre-receive hook would be better to really ban it) --- deployment/mgagit/templates/mgagit.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/mgagit/templates/mgagit.conf') diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf index 963ff698..f6283968 100644 --- a/deployment/mgagit/templates/mgagit.conf +++ b/deployment/mgagit/templates/mgagit.conf @@ -18,6 +18,9 @@ repos_config: - name: doc maintainer: '@mga-sysadmin' description: Documentation repository definitions + - name: infrastructure + maintainer: '@mga-sysadmin' + description: Infrastructure repository definitions - name: org maintainer: '@mga-sysadmin' description: Organization repository definitions @@ -36,6 +39,9 @@ repos_config: - prefix: doc gl_template: doc_repo git_url: file:///git/infrastructure/repositories/doc.git + - prefix: infrastructure + gl_template: infra_repo + git_url: file:///git/infrastructure/repositories/infrastructure.git - prefix: org gl_template: org_repo git_url: file:///git/infrastructure/repositories/org.git -- cgit v1.2.1