ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04811
Re: [Merge] ubuntu-qa-tools:adding_private_esm into ubuntu-qa-tools:master
Small question, would it be useful to add this option to the "don't publish on fridays" warning?
```
# don't release security updates on Fridays
if (opt.pocket == SECURITY_POCKET or opt.esm or opt.esm_apps or opt.esm_infra or opt.esm_infra_legacy) and \
datetime.datetime.today().weekday() == 4:
print("WARNING: The security team has a policy of not releasing security updates "
"on Fridays.")
```
--
https://code.launchpad.net/~ubuntu-bugcontrol/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/487235
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
References