Skip to content
Snippets Groups Projects
Select Git revision
  • 6e1d274f0d6707e2e044f5b9f3ffa3e866a7f5fc
  • master default protected
  • next
  • v9
  • v8
  • v7
  • v6
  • v5
  • v4
  • v3
  • v2
  • v1
12 results

installsystems

user avatar
Sebastien Luttringer authored
old command line option are still present but no more in config file
this allow to override easily on command line config parameters
6e1d274f
History
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!