Skip to content
Snippets Groups Projects
user avatar
Sebastien Luttringer authored
All command now use select_image in repoman to select which image should be
select for use

search is now added to repoman and not by command

best option was dropped for all command

changelog command take now more than one image
diff command is no more limited to 2 args. Can be one with globbing
list -a is dropped, use *:* instead (this can be used in all command)

is command allow smart image selection like this:

- ftp/* => list all image in repo ftp
- ftp/*:4 => list all image in version 4 in repo ftp
- *:4 => list all images at version 4 in search path
- */*:4 => list all images at version in all repo
- debian => list all images nammed debian in search path
- debian* => list all images starting by debian in search path
d95ed36b
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!