- Avoid mounting devfs just to list packages and fetch distfiles.
- Add metalog entries.
Details
Details
- Reviewers
emaste cperciva - Group Reviewers
releng - Commits
- rGf1995d6fc13f: release: Prepare GCE cloudware images for building as non-root
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 67049 Build 63932: arc lint + arc unit
Event Timeline
release/tools/gce.conf | ||
---|---|---|
98 | Actually thinking about this a bit more -- the src.txz and ports.txz tarballs will go away at some point with pkgbase. Can we copy the trees directly rather than going through those? (Obviously we have a src tree at this point; I'm not immediately sure if we're guaranteed to have a ports tree mounted when this code runs but that's probably easily achievable.) |
release/tools/gce.conf | ||
---|---|---|
98 | I think it's reasonable to do that, but separately from this change. But, is the change here just fxJ to -xfJ? |
release/tools/gce.conf | ||
---|---|---|
98 | Yeah I have no problem with that change happening later. Just thought about it while looking at these bits. |