diff options
Diffstat (limited to 'dev-python/python-report')
-rw-r--r-- | dev-python/python-report/files/bugs.kogaion.org.ini (renamed from dev-python/python-report/files/bugs.sabayon.org.ini) | 4 | ||||
-rw-r--r-- | dev-python/python-report/python-report-0.10-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-report/files/bugs.sabayon.org.ini b/dev-python/python-report/files/bugs.kogaion.org.ini index 9fa29826..2bb98c9c 100644 --- a/dev-python/python-report/files/bugs.sabayon.org.ini +++ b/dev-python/python-report/files/bugs.kogaion.org.ini @@ -1,9 +1,9 @@ -[bugs.sabayon.org] +[bugs.rogentos.ro] # template template=bugzilla-template # rhbz url -bugzilla_host=bugs.sabayon.org +bugzilla_host=bugs.rogentos.ro # rhbz login, a password is always asked. # username=user@example.com diff --git a/dev-python/python-report/python-report-0.10-r1.ebuild b/dev-python/python-report/python-report-0.10-r1.ebuild index b2c37da1..cd4a57b6 100644 --- a/dev-python/python-report/python-report-0.10-r1.ebuild +++ b/dev-python/python-report/python-report-0.10-r1.ebuild @@ -54,8 +54,8 @@ src_install() { rm "${D}"/etc/report.d/dropbox.redhat.com.ini rm "${D}"/etc/report.d/bugzilla.redhat.com.ini - # XXX: {not yet implemented} install Sabayon configuration - # cp "${FILESDIR}"/bugs.sabayon.org.ini "${D}/etc/report.d/" + # XXX: {not yet implemented} install Kogaion configuration + # cp "${FILESDIR}"/bugs.rogentos.ro.ini "${D}/etc/report.d/" find "${D}"/ -name "bugzilla-template" -type d | xargs rm -rf find "${D}"/ -name "RHEL-template" -type d | xargs rm -rf find "${D}"/ -name "strata-template" -type d | xargs rm -rf |