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

Standardize python setup, ensure homu gets python3 #148

Merged
merged 3 commits into from Feb 11, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Restart services on package change

servo-master is updated in-place instead of a fresh machine being built
for every update, so this ensures services are restarted when the
underlying code is updated.
  • Loading branch information
aneeshusa committed Feb 11, 2016
commit a3baeaa481eed4bbac666d23950aea5dd4f9e70a
@@ -9,9 +9,8 @@ buildbot-master:
- pkg: pip
service.running:
- enable: True
- require:
- pip: buildbot-master
- watch:
- pip: buildbot-master
- file: /home/servo/buildbot/master
- file: /etc/init/buildbot-master.conf

@@ -2,7 +2,7 @@ nginx:
pkg.installed: []
service.running:
- enable: True
- require:
- watch:
- pkg: nginx

/etc/nginx/sites-available/default:
@@ -9,7 +9,6 @@ xvfb:
pkg.installed: []
service.running:
- enable: True
- require:
- pkg: xvfb
- watch:
- pkg: xvfb
- file: /etc/init/xvfb.conf
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.