We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2063478 commit 8ebbd64Copy full SHA for 8ebbd64
docs/developers/build.md
@@ -191,6 +191,12 @@ can find out the current branch version with `pkg info`:
191
$ pkg info osnet-incorporation | grep Branch:
192
Branch: 2018.0.0.18230
193
```
194
+The example value of `9999.99.0.0` will effectively guarantee your packages
195
+will _always_ be preferred forever. If you want to be able to return to using
196
+official OpenIndiana packages in the future, you should instead use a
197
+`PKGVERS_BRANCH` value that only increments the last number; e.g., if `pkg
198
+info` tells you your current branch is `2018.0.0.18230`, you would use
199
+`2018.0.0.18231`.
200
201
### OmniOS
202
0 commit comments