ukhas / habcloud-salt-states

HabCloud Salt States
0 stars 2 forks source link

saltbot's pip.installed always reports changes #2

Closed adamgreig closed 9 years ago

adamgreig commented 9 years ago
      ID: saltbot-install
Function: pip.installed
  Result: True
 Comment: Package successfully installed from VCS checkout /home/saltbot/saltbot.
 Started: 00:33:08.309761
Duration: 562.073 ms
 Changes:   
          ----------
          editable:
              True

Every time you highstate, this happens, so it always sees a change. Might be related to https://github.com/saltstack/salt/issues/5211

adamgreig commented 9 years ago

Closed by db57a661e52b504b55521df9d1205cf29a29a1d4

Swapped to using cmd.wait python setup.py develop instead of pip.installed editable=/home/saltbot/saltbot so it no longer reinstalls every time which means we're in business!