[sysadmin-bin] show maintainers in doap subcommand
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] show maintainers in doap subcommand
- Date: Mon, 16 Feb 2015 15:38:41 +0000 (UTC)
commit 11e5238cd16032d5cf9dcc06637d9fd564644d8a
Author: Olav Vitters <olav vitters nl>
Date: Mon Feb 16 16:38:38 2015 +0100
show maintainers in doap subcommand
ftpadmin | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index d8c1916..3197a2c 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1630,6 +1630,9 @@ def cmd_show_doap(options, parser):
bz = moduleinfo.get_bz_product_from_doap()
if bz:
print "Bugzilla: %s" % ", ".join(bz)
+ maints = moduleinfo.maintainers
+ if maints:
+ print "Maintainers: %s" % ", ".join(sorted(maints))
def cmd_validate_tarballs(options, parser):
print options.module, options.section
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]