-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PE-11531) Fix upgrade issue with dev builds
Prior to this commit the module would always upgrade with dev builds because they have a git SHA appended to the end, which `versioncmp` considers to be greater than the version reported by `aio_agent_version`, which lacks the extra git sha characters. This commit updates the update check to strip the git sha when comparing the `aio_agent_version` to the requested `packace_version`.
- Loading branch information
Brandon High
committed
Apr 20, 2016
1 parent
e7eee94
commit 686ee8b
Showing
3 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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