661
edits
Carandraug (talk | contribs) (→Version numbers: more dicussion, use of version modifer and mixing with -db modifier) |
Carandraug (talk | contribs) (→specifying version: add != for specifying package version) |
||
Line 159: | Line 159: | ||
;pkg load -version =1.0.5 image | ;pkg load -version =1.0.5 image | ||
: load image package only if the same version (should we use == instead? Why not only =? Should not support both syntax) | : load image package only if the same version (should we use == instead? Why not only =? Should not support both syntax) | ||
;pkg load -version !1.0.5 image | |||
: load any image package available except 1.0.5 (because regressions do exist) | |||
For the other 2 remainig comparisons (< and <=), the question used for > and >= | For the other 2 remainig comparisons (< and <=), the question used for > and >= |