mirror of
https://github.com/munki/munki.git
synced 2026-04-20 19:50:36 -05:00
12447c8e740e158b9a8eaf5e8a033e25933ff458
Instead of stripping x parts off the tuple, simply trim all lone trailing 0's from the version.
Examples:
10.0.0.0 -> 10.0
10.0.0.1 -> 10.0.0.1
10.0.0.1.0.0 -> 10.0.0.1
10.0.0-abc1 -> 10.0.0-abc1
10.0.0-abc1.0 -> 10.0.0-abc1
git-svn-id: http://munki.googlecode.com/svn/trunk@793 a4e17f2e-e282-11dd-95e1-755cbddbdd66
Description
Managed software installation for macOS —
Languages
Swift
55%
Python
36.8%
Shell
3.6%
CSS
2.2%
HTML
1%
Other
1.4%