From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- .../files/python-report-0.23-sabayon-config.patch | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 dev-python/python-report/files/python-report-0.23-sabayon-config.patch (limited to 'dev-python/python-report/files/python-report-0.23-sabayon-config.patch') diff --git a/dev-python/python-report/files/python-report-0.23-sabayon-config.patch b/dev-python/python-report/files/python-report-0.23-sabayon-config.patch new file mode 100644 index 00000000..32879703 --- /dev/null +++ b/dev-python/python-report/files/python-report-0.23-sabayon-config.patch @@ -0,0 +1,55 @@ +--- a/etc/Makefile.am ++++ b/etc/Makefile.am +@@ -1,11 +1,9 @@ + nobase_dist_sysconf_DATA = \ +-report.d/bugzilla.redhat.com.conf \ +-report.d/RHEL-bugzilla.redhat.com.conf \ ++report.d/bugs.sabayon.org.conf \ + report.conf \ + report.d/ftp.conf \ + report.d/scp.conf \ + report.d/localsave.conf \ +-report.d/strata-test.conf \ +-report.d/RHEL.conf ++report.d/strata-test.conf + + dist_man_MANS = report.conf.5 +--- a/etc/report.d/bugs.sabayon.org.conf ++++ b/etc/report.d/bugs.sabayon.org.conf +@@ -0,0 +1,7 @@ ++[bugs.sabayon.org] ++# plugin ++plugin=bugzilla ++ ++# rhbz url ++bugzilla_host=bugs.sabayon.org ++ +--- a/python/report/plugins/bugzilla/__init__.py ++++ b/python/report/plugins/bugzilla/__init__.py +@@ -1,5 +1,5 @@ + """ +- A Report plugin to send a report to bugzilla.redhat.com. ++ A Report plugin to send a report to bugs.sabayon.org. + Copyright (C) 2009 Red Hat, Inc + + Author(s): Gavin Romig-Koch +@@ -54,7 +54,7 @@ def displayURL(optionsDict): + def bugURL(optionsDict): + if 'bugURL' in optionsDict: + return optionsDict["bugURL"] +- host = "bugzilla.redhat.com" ++ host = "bugs.sabayon.org" + if 'bugzilla_host' in optionsDict: + host = optionsDict["bugzilla_host"] + return "https://" + host + "/xmlrpc.cgi" +@@ -149,8 +149,8 @@ def sendToBugzilla(component, signature, + else: + version = filer.getVersion() + +- bzfiler = filer.BugzillaFiler("https://bugzilla.redhat.com/xmlrpc.cgi", +- "http://bugzilla.redhat.com", ++ bzfiler = filer.BugzillaFiler("https://bugs.sabayon.org/xmlrpc.cgi", ++ "http://bugs.sabayon.org", + version, product) + + if not bzfiler or not bzfiler.supportsFiling() or not bzfiler.bugUrl: -- cgit v1.2.3