Skip to content
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

Instructions for creating a new build environment using onu missing the -d flag #51

Open
pilonsi opened this issue Sep 27, 2023 · 0 comments

Comments

@pilonsi
Copy link

pilonsi commented Sep 27, 2023

In the Testing section of the Basic illumos Workflow section, when it mentions using onu to create the new build environment the example command is missing the -d flag to point it to the locally built packages. Currently it is:

# onu -t new-nightly-be
#

When it should be:

# onu -t new-nightly-be -d /path/to/gate/packages/<arch>/nightly/
#

Missing the -d flag results in it trying to reach the ipkg.sfbay domain which no longer exists and it fails because it cannot resolve the hostname.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant