From c0610b5449ea94d6eeb4f7c57a4a14421990f421 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 24 Oct 2009 00:06:21 +0200 Subject: Add steev/steev-stable special case handling --- diff-gitosis-conf-against-repositories-xml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diff-gitosis-conf-against-repositories-xml.py b/diff-gitosis-conf-against-repositories-xml.py index a2bea6c..e5068b6 100755 --- a/diff-gitosis-conf-against-repositories-xml.py +++ b/diff-gitosis-conf-against-repositories-xml.py @@ -61,6 +61,8 @@ for section_name in gitosis_conf.sections(): _repo_base = section_name[len('repo '):].strip() if _repo_base.startswith('dev/'): repo_name = _repo_base[len('dev/'):].strip() + if repo_name == 'steev': + repo_name = 'steev-stable' owner_type = "person" elif _repo_base.startswith('proj/'): repo_name = _repo_base[len('proj/'):].strip() -- cgit v1.2.3-65-gdbad