Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentifier #517

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Conversation

AA-Turner
Copy link
Member

cc @JacobCoffee

I forgot to make the identifier distinct, which means crontab is now inconsistent:

$ sudo crontab -l -u docsbuild
[...snip...]
# SALT_CRON_IDENTIFIER:docsbuild-no-html
7 6 */2 * * /srv/docsbuild/venv/bin/python /srv/docsbuild/scripts/build_docs.py --select-output=no-html
# SALT_CRON_IDENTIFIER:docsbuild-only-html
16,46 * * * * /srv/docsbuild/venv/bin/python /srv/docsbuild/scripts/build_docs.py --select-output=only-html-en --language=en

A

@JacobCoffee JacobCoffee merged commit 8ca732c into python:main Oct 10, 2024
3 checks passed
@AA-Turner AA-Turner deleted the docsbuild-english-fixup branch October 10, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants