[code-freeze-week] must be scheduled the week-ends too (#952)

This commit is contained in:
calixteman 2020-05-04 12:25:50 +02:00 коммит произвёл GitHub
Родитель 741a6c8c18
Коммит b2cea99762
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 24 добавлений и 4 удалений

24
run_code_freeze_week.sh Executable file
Просмотреть файл

@ -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