[sysadmin-bin: 139/168] Hack the ordering
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 139/168] Hack the ordering
- Date: Thu, 24 May 2012 20:03:08 +0000 (UTC)
commit 10d022dedf7ffb64e5615eb5d36e5292fd8bb6bf
Author: Olav Vitters <olav vitters nl>
Date: Tue Aug 31 22:45:48 2010 +0200
Hack the ordering
build-repo-list | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build-repo-list b/build-repo-list
index b47e221..5ced327 100755
--- a/build-repo-list
+++ b/build-repo-list
@@ -16,11 +16,11 @@ GNOME = "http://api.gnome.org/doap-extensions#"
NO_DESCRIPTION = 'Unnamed repository; edit this file to name it for gitweb.'
sectionlist = ('Administration Tools', 'Bindings', 'Desktop', 'Development Tools',
- 'Infrastructure', 'Platform', 'Productivity Tools', 'Other', 'Deprecated', 'Archived')
+ 'Infrastructure', 'Platform', 'Productivity Tools', 'Other', 'Z_Deprecated', 'Z_Archived')
sectionmap = {
'admin': 'Administration Tools',
'bindings': 'Bindings',
- 'deprecated': 'Deprecated',
+ 'deprecated': 'Z_Deprecated',
'desktop': 'Desktop',
'development': 'Development Tools',
'infrastructure': 'Infrastructure',
@@ -112,7 +112,7 @@ else:
paths = args
if options.output == 'cgit':
- paths.append(('/git/archive', 'Archived'))
+ paths.append(('/git/archive', 'Z_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]