Skip to content
Snippets Groups Projects
Select Git revision
  • 6ade2a7db7e1c738032bd3132fbe8bff9b0a4de6
  • master default protected
  • feature.mig-alloc-stats-misc
  • improve/error_messages
  • next
  • abeutot
  • v7
  • v6
  • v5
  • v4
  • v3
  • v2
  • v1
13 results

cccli

InstallSystems Next Generation

INSTALLSYSTEMS VERSIONNING
__________________________

A valid version is an integer without dot.
A version n, may be followed by a ~, to indicate it's inferior to n
A version n, may be followed by a +, to indicate it's superior to n
Any following chars after ~ or + are ignored

Examples:
  1 < 2
  2 > 2~dev
  2 < 2+dev
  2~dev < 2+dev


IMAGES VERSIONNING
__________________
A valid version is an integer. Nothing more!