Created
July 1, 2013 19:09
-
-
Save abemusic/5903635 to your computer and use it in GitHub Desktop.
Warning message from salt and salt cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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