Skip to content

Instantly share code, notes, and snippets.

@abemusic
Created July 1, 2013 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abemusic/5903635 to your computer and use it in GitHub Desktop.
Save abemusic/5903635 to your computer and use it in GitHub Desktop.
Warning message from salt and salt cloud
> salt-cloud
/home/ubuntu/.virtualenvs/stackdio/src/salt/salt/version.py:127: UserWarning: The parsed version info, `(0, 15, 0)`, is lower than the one defined in the file, `(0, 15, 90)`.In order to get the proper salt version with the git hash you need to update salt's local git tags. Something like: 'git fetch --tags' or 'git fetch --tags upstream' if you followed salt's contribute documentation. The version string WILL NOT include the git hash.
__version__, __version_info__ = __get_version(__version__, __version_info__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment