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

Restart services when upgrading python packages. #748

Merged
merged 1 commit into from Nov 8, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Restart services when upgrading python packages.

  • Loading branch information
jdm committed Nov 8, 2017
commit f4baffe5135d4086999f91c722613b94725d5a4a
@@ -53,6 +53,7 @@ homu:
- watch:
- file: /home/servo/homu/cfg.toml
- file: /etc/init/homu.conf
- pip: homu
{% endif %}
{{ salt['file.dirname'](homu.db) }}:
@@ -32,6 +32,7 @@ intermittent-failure-tracker:
- watch:
- file: /home/servo/intermittent-failure-tracker/config.json
- file: /etc/init/failure-tracker.conf
- pip: intermittent-failure-tracker
{% endif %}
/home/servo/intermittent-failure-tracker/config.json:
@@ -33,6 +33,7 @@ intermittent-tracker:
- watch:
- file: /home/servo/intermittent-tracker/config.json
- file: /etc/init/tracker.conf
- pip: intermittent-tracker
{% endif %}
/home/servo/intermittent-tracker/config.json:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.