From 6f93524be720ecd16030e29fe2c05b17be8f5280 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Fri, 17 Mar 2017 12:59:10 -0600 Subject: [PATCH] Use upgrade for Homu. If upgrade isn't specified, it won't actually install the git revsision unless it has a newer version number. --- homu/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/homu/init.sls b/homu/init.sls index d4369597..0dd4860e 100644 --- a/homu/init.sls +++ b/homu/init.sls @@ -21,6 +21,7 @@ homu: - pkgs: - git+https://github.com/servo/homu@{{ homu.rev }} - toml == 0.9.1 # Please ensure this is in sync with requirements.txt + - upgrade: True - bin_env: /home/servo/homu/_venv - require: - virtualenv: homu