зеркало из https://github.com/mozilla/bugbot.git
[code-freeze-week] must be scheduled the week-ends too (#952)
This commit is contained in:
Родитель
741a6c8c18
Коммит
b2cea99762
|
@ -0,0 +1,24 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export PYTHONPATH=.
|
||||
|
||||
./runauto_nag_common.sh
|
||||
|
||||
. venv/bin/activate
|
||||
|
||||
# force the update of dependencies
|
||||
pip install -r requirements.txt
|
||||
|
||||
# Clean the log files
|
||||
python -m auto_nag.log --clean
|
||||
|
||||
# Code freeze week information for release managers
|
||||
# Daily (but really runs during the soft freeze week)
|
||||
python -m auto_nag.scripts.code_freeze_week -D yesterday
|
||||
|
||||
# Send a mail if the logs are not empty
|
||||
# MUST ALWAYS BE THE LAST COMMAND
|
||||
python -m auto_nag.log --send
|
||||
|
||||
deactivate
|
|
@ -16,10 +16,6 @@ python -m auto_nag.log --clean
|
|||
# Daily
|
||||
python -m auto_nag.next_release
|
||||
|
||||
# Code freeze week information for release managers
|
||||
# Daily (but really runs during the soft freeze week)
|
||||
python -m auto_nag.scripts.code_freeze_week -D yesterday
|
||||
|
||||
# Send a todo list to set priority
|
||||
# Daily
|
||||
python -m auto_nag.scripts.to_triage
|
||||
|
|
Загрузка…
Ссылка в новой задаче