Package: reportbug Version: 6.6.6 Severity: normal Tags: patch Hi Guys,
people sometimes are having problems with logging issues agaist cloud.debian.org, specially when not looking into wiki etc. So I think it'd be nice to have this pseudo-package added to the report bug to make bug reporting easier, therefore attached one line patch. Please consider applying it.
>From 41f5d51d74c0f0c8611dccbde74bf4e8f8252d7f Mon Sep 17 00:00:00 2001 From: Marcin Kulisz <mar...@bashton.com> Date: Wed, 20 Jul 2016 07:41:39 +0100 Subject: [PATCH] Added cloud.debian.org pseudo package --- reportbug/debbugs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py index 523bf06..f2b6d7f 100644 --- a/reportbug/debbugs.py +++ b/reportbug/debbugs.py @@ -171,6 +171,7 @@ debother = { 'buildd.emdebian.org': 'Problems related to building packages for Emdebian', 'cdimage.debian.org': 'CD Image issues', 'cdrom': 'Problems with installation from CD-ROMs', + 'cloud.debian.org': 'Problems related to cloud images (any provider)', 'debian-maintainers': 'Problems and requests related to Debian Maintainers', 'debian-policy': 'Proposed changes in the Debian policy documentation', 'debian-i18n': 'Requests regarding Internationalization (i18n) of the distribution', -- 2.8.1