Code review comment for lp:~mvo/launchpad/support-timeframe-information

Revision history for this message
Michael Nelson (michael.nelson) wrote :

OK, after chatting with mvo, I've run the script but *without* the server-ship change of r9154.

{{{
$ ./codelines/current/cronscripts/publishing/maintenance-check.py lucid > ./ubuntu-archive/ubuntu-misc/more-extra.override.lucid.main_after_mvos_change_but_without_server_ship
hints-file: changing x11-common from 5y to 3y
}}}

and:
{{{
$ diff more-extra.override.lucid.main_before_mvos_change more-extra.override.lucid.main_after_mvos_change_but_without_server_ship > /home/michaeln/more-extra.override.lucid.main.mvo.diff.3
}}}

which gives
{{{
$ less more-extra.override.lucid.main.mvo.diff.3
903a904,906
> crypto-modules-2.6.32-20-generic-pae-di/i386 Supported 5y
> crypto-modules-2.6.32-20-generic-pae-di/amd64 Supported 5y
> crypto-modules-2.6.32-20-generic-pae-di/armel Supported 18m
3867a3871,3873
> kernel-image-2.6.32-20-generic-pae-di/i386 Supported 5y
> kernel-image-2.6.32-20-generic-pae-di/amd64 Supported 5y
> kernel-image-2.6.32-20-generic-pae-di/armel Supported 18m
16272a16279,16281
> nic-shared-modules-2.6.32-20-generic-pae-di/i386 Supported 5y
> nic-shared-modules-2.6.32-20-generic-pae-di/amd64 Supported 5y
> nic-shared-modules-2.6.32-20-generic-pae-di/armel Supported 18m
17667a17677,17679
> ppp-modules-2.6.32-20-generic-pae-di/i386 Supported 5y
> ppp-modules-2.6.32-20-generic-pae-di/amd64 Supported 5y
> ppp-modules-2.6.32-20-generic-pae-di/armel Supported 18m
19182a19195,19197
> serial-modules-2.6.32-20-generic-pae-di/i386 Supported 5y
> serial-modules-2.6.32-20-generic-pae-di/amd64 Supported 5y
> serial-modules-2.6.32-20-generic-pae-di/armel Supported 18m
20773,20774c20788,20789
< x11-common/i386 Supported 5y
< x11-common/amd64 Supported 5y
---
> x11-common/i386 Supported 3y
> x11-common/amd64 Supported 3y
}}}

Are those additional entries expected? If not I can re-run script without your changes to confirm.

« Back to merge proposal