[sysadmin-bin: 138/168] Fix section filename



commit bdba2d39f2ebeff8872c869d2ee651069153a256
Author: Olav Vitters <olav vitters nl>
Date:   Tue Aug 31 22:42:22 2010 +0200

    Fix section filename

 build-repo-list |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build-repo-list b/build-repo-list
index 21142bc..b47e221 100755
--- a/build-repo-list
+++ b/build-repo-list
@@ -54,7 +54,7 @@ class Repo:
                 desc = "Please create %s.doap (see http://live.gnome.org/Git/FAQ)" % shortname
         self.desc = pending + desc
 
-        section_file = os.path.join(repopath, 'gnome_section')
+        section_file = os.path.join(repopath, 'gnome_group')
         section = None
         if os.path.isfile(section_file):
             section = open(section_file).readline().strip()



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