[sysadmin-bin: 152/168] build-repo-list: repo should start with repo.url, not with repo.section



commit f2a7ade340f52fd12cea65582d1d8fa161b05ef9
Author: Olav Vitters <olav vitters nl>
Date:   Tue Apr 5 13:48:14 2011 +0200

    build-repo-list: repo should start with repo.url, not with repo.section

 build-repo-list |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build-repo-list b/build-repo-list
index ec2a6e9..5599f53 100755
--- a/build-repo-list
+++ b/build-repo-list
@@ -91,8 +91,8 @@ def iter_repos (paths, repo_func, include_pending=True):
             repo_func(repo)
 
 def output_cgit(repo):
-    print 'repo.section=%s' % repo.section
     print 'repo.url=%s' % repo.shortname
+    print 'repo.section=%s' % repo.section
     print 'repo.name=%s' % repo.shortname
     print 'repo.desc=%s' % repo.desc
     print 'repo.path=%s' % repo.path



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]