Advertisement
Guest User

Untitled

a guest
Sep 20th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. blah:
  2. git.latest:
  3. - name: git@blah
  4. - target: /opt/share/blah
  5. - rev: TEST
  6. - submodules: True
  7. cmd.wait:
  8. - name: 'cd /opt/share/blah && /usr/local/bin/buildout init && cp -f profiles/buildout-sample.cfg buildout.cfg ; bin/buildout'
  9. - require:
  10. - file: /opt/share/blah/profiles/buildout-sample.cfg
  11. - watch:
  12. - git: blah
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement