Code review comment for lp:~raphink/ubuntu-maintenance-check/mybranch

Revision history for this message
Raphaël Pinson (raphink) wrote :

Hi Nick,

I've merged the version you sent me on pastebin. Just had to fix a bug in getopt, where a semi-colon was missing for option f. You probably used it for S and forgot to add it back to f.

Additionally, I've added another option -D|--date, which displays the maximum supported date for each package instead of the support time.

Finally, I've refactored quite a bit of the code to make it more easily extensible to new releases. This tries to guess as many parameters as possible from the release version. In the end, it should be easy to just store an array with release names and versions in the beginning of the file.

Cheers,

Raphaël

« Back to merge proposal