Comment 2 for bug 1689093

Revision history for this message
Brian Murray (brian-murray) wrote : Re: Drop ubuntu-gnome hook for trusty, xenial

The xorg package hooks contain something similar to what I had in mind e.g.:

    version_signature = report.get('ProcVersionSignature', '')
    if version_signature and not version_signature.startswith('Ubuntu '):
        report['UnreportableReason'] = 'The running kernel is not an Ubuntu kernel: %s' %version_signature
        return False