Skip to content
Snippets Groups Projects
user avatar
Sebastien Luttringer authored
prepare and uprepare chroot functions now track non existant files
preparing are now done more carrefully about tricks
4eba2347
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!