[sysadmin-bin] GNOME Bugzilla is being decommissioned, all the GNOME modules are on GitLab already, drop un-needed
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] GNOME Bugzilla is being decommissioned, all the GNOME modules are on GitLab already, drop un-needed
- Date: Thu, 28 Feb 2019 11:31:31 +0000 (UTC)
commit 2c724beae1ce3381076b0f5f975993849663476a
Author: Andrea Veri <averi redhat com>
Date: Thu Feb 28 12:31:08 2019 +0100
GNOME Bugzilla is being decommissioned, all the GNOME modules are on GitLab already, drop un-needed code
(https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/94)
ftpadmin | 19 -------------------
1 file changed, 19 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index f090530..ec81c75 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -1288,25 +1288,6 @@ Install %s? [Y/n]""" % self.module,
retcode = self._send_email("forced", subject, to, [to])
print ", done"
- products = list(self.moduleinfo.get_bz_product_from_doap())
- if not products:
- products = [self.module]
- for product in products:
- sys.stdout.write(" - Adding new version to GNOME Bugzilla")
- if BUGZILLARPC:
- server = xmlrpclib.ServerProxy('https://bugzilla.gnome.org/xmlrpc.cgi')
- try:
- result = server.GNOME.addversionx({'product': product, 'version': self.version})
- except xmlrpclib.Fault, e:
- print "FAILED (%s)" % e.faultString
- except Exception, e:
- print "FAILED (%s)" % e.strerror
- else:
- print result
- else:
- cmd = ['/usr/bin/curl', '-q', '-L', 'https://bugzilla.gnome.org/add-version.cgi?%s|%s' %
(product, self.version)]
- self._call_cmd(cmd)
-
sys.stdout.write(" - Triggering ftp.gnome.org update")
cmd = ['/usr/local/bin/signal-ftp-sync']
if self._call_cmd(cmd):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]