[sysadmin-bin] no need to prefix Deprecated and Archived with Z_ anymore



commit 2c825e1f3b03d36670626e3962ca7fd6486dea6a
Author: Olav Vitters <olav vitters nl>
Date:   Wed Jul 30 16:19:11 2014 +0200

    no need to prefix Deprecated and Archived with Z_ anymore

 git/build-repo-list |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/git/build-repo-list b/git/build-repo-list
index 775d94d..87f1a1b 100755
--- a/git/build-repo-list
+++ b/git/build-repo-list
@@ -18,14 +18,16 @@ NO_DESCRIPTION = 'Unnamed repository; edit this file to name it for gitweb.'
 sectionlist = ('Core', 'Core Apps', 'Apps', 'Infrastructure', 'Other',
               # old and deprecated:
                'Administration Tools', 'Bindings', 'Desktop', 'Development Tools',
-               'Platform', 'Productivity Tools', 'Z_Deprecated', 'Z_Archived')
+               'Platform', 'Productivity Tools',
+              # always at end:
+               'Deprecated', 'Archived')
 sectionmap = {
     'core': 'Core',
     'core-apps': 'Core Apps',
     'apps': 'Apps',
     'admin': 'Administration Tools',
     'bindings': 'Bindings',
-    'deprecated': 'Z_Deprecated',
+    'deprecated': 'Deprecated',
     'desktop': 'Desktop',
     'development': 'Development Tools',
     'infrastructure': 'Infrastructure',
@@ -117,7 +119,7 @@ else:
     paths = args
 
 if options.output == 'cgit':
-    paths.append(('/git/archive', 'Z_Archived'))
+    paths.append(('/git/archive', 'Archived'))
     iter_repos (paths, output_cgit)
 elif options.output == 'flat':
     iter_repos (paths, output_flat, include_pending=False)


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