Skip to content

Note that 9999.99.0.0 will not allow user to go back to OI-provided p… #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/developers/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ can find out the current branch version with `pkg info`:
$ pkg info osnet-incorporation | grep Branch:
Branch: 2018.0.0.18230
```
The example value of `9999.99.0.0` will effectively guarantee your packages
will _always_ be preferred forever. If you want to be able to return to using
official OpenIndiana packages in the future, you should instead use a
`PKGVERS_BRANCH` value that only increments the last number; e.g., if `pkg
info` tells you your current branch is `2018.0.0.18230`, you would use
`2018.0.0.18231`.

### OmniOS

Expand Down