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

Best way to update to latest branch (instead of default quarterly)? #71

Open
haasn opened this issue Aug 18, 2023 · 0 comments
Open

Best way to update to latest branch (instead of default quarterly)? #71

haasn opened this issue Aug 18, 2023 · 0 comments

Comments

@haasn
Copy link

haasn commented Aug 18, 2023

Hey,

Short of sticking the following into my CI script, is there a better way to get a VM image set up for latest instead of quarterly?

prepare: |
            mkdir -p /usr/local/etc/pkg/repos
            echo "FreeBSD: { url: "pkg+http://pkg.freebsd.org/\${ABI}/latest" }" \
                > /usr/local/etc/pkg/repos/FreeBSD.conf
            pkg update -f

I'm worried about whether or not doing ^ will get properly cached. It seems to me that it would be better if you could provide a preconfigured VM image that's already update to the latest branch.

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

No branches or pull requests

1 participant