Control: tag -1 - jessie

On 2016-06-16 12:18, Holger Levsen wrote:
> On Thu, Jun 16, 2016 at 11:06:28AM +0100, Dominic Hargreaves wrote:
>>> I'm not sure how to deal with this bug report :-( Maybe this is actually
>>> a bug in distro-info in jessie and this bug should be reassigned there?
>>> (+"affects piuparts")
>>
>> That sounds quite appropriate. JFTR, python-distro-info (0.14).

Are you sure that this isn't a bug in piuparts?
There is a hardcoded mapping from codenames to releases ...

This is from 0.62:

    def testConfStdDistroNames(self):
        self.assertEqual(self.oldstable, 'squeeze')
        self.assertEqual(self.stable, 'wheezy')
        self.assertEqual(self.testing, 'jessie')
        self.assertEqual(self.unstable, 'sid')
        self.assertEqual(self.experimental, 'experimental')

which is incorrect since jessie was released ...

I'm not sure about what this unittest is supposed to accomplish ...

And the bug will manifest again once stretch gets released, therefore
clearing the jessie tag.


Andreas

Reply via email to