Interpolate NANO_NAME into NANO_IMGNAME instead of hard coding the
full tag into the image name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 76134 Build 73017: arc lint + arc unit
Event Timeline
| tools/tools/nanobsd/defaults.sh | ||
|---|---|---|
| 63 | This will force several changes in our internal tooling... | |
| tools/tools/nanobsd/defaults.sh | ||
|---|---|---|
| 63 |
Default NANO_NAME is still full, so NANO_IMGNAME still resolves to _.disk.full by default. Only configs that override NANO_NAME to a non-default value would see the image name and NANO_OBJ dir change, and for those the old hardcoded _.disk.full was arguably already wrong (image name not reflecting the actual variant built). | |