Re: [Ubuntu-bugcontrol] [Merge] ~alexmurray/ubuntu-qa-tools:unembargo-warn-security-updates-on-fridays into ubuntu-qa-tools:master

2022-08-09 Thread Alex Murray
Review: Needs Fixing Hmm this should probably also handle ESM PPAs etc. -- https://code.launchpad.net/~alexmurray/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/427704 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master. ___ Maili

Re: [Ubuntu-bugcontrol] [Merge] ~alexmurray/ubuntu-qa-tools:unembargo-warn-security-updates-on-fridays into ubuntu-qa-tools:master

2022-08-09 Thread Alex Murray
Rebased the original commit on top of master and added support for checking Friday for ESM PPAs as well as the security pocket. -- https://code.launchpad.net/~alexmurray/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/427704 Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.

Re: [Ubuntu-bugcontrol] [Merge] ~alexmurray/ubuntu-qa-tools:unembargo-warn-security-updates-on-fridays into ubuntu-qa-tools:master

2022-08-09 Thread Steve Beattie
Review: Approve This looks good to me, approving. Extremely minor nits that absolutely do not block merging would be: - use of magic numbers; it'd be nice not to have to remember that 4 == friday; not sure if the python libraries have a constant defined for this. - a lot of our scripts do a lo