From 9abea7fbfc66a45edd9938381a3ad20c942258bc Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 9 Jun 2014 17:47:34 +0000 Subject: mgagit: Add repository group for org --- deployment/mgagit/templates/mgagit.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deployment/mgagit/templates') diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf index bbef5732..7a9204ee 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: org + maintainer: '@mga-board' + description: Organization repository definitions - name: qa maintainer: '@mga-sysadmin' description: QA repository definitions @@ -33,6 +36,9 @@ repos_config: - prefix: doc gl_template: doc_repo git_url: file:///git/infrastructure/repositories/doc.git + - prefix: org + gl_template: org_repo + git_url: file:///git/infrastructure/repositories/org.git - prefix: qa gl_template: qa_repo git_url: file:///git/infrastructure/repositories/qa.git -- cgit v1.2.1