Matthew James Briggs
Matthew James Briggs
**Issue number:** Related to #56 **Description of changes:** Refine some concepts in the design of kits. **Testing done:** N/A **Terms of contribution:** By submitting this pull request, I agree that...
### Description Make a command, `twoliter build kit my-awsome-kit`, which will build the desired kit from the maintainer's Twoliter project `packages` and `kits` directories. ### Definition of Done When the...
Use this as a tracking issue for all issues needed such that Twoliter can build a variant using local kits. In other words, change the Bottlerocket build so that kits...
## Description Integrate the `twoliter build kit` command into the Makefile.toml ecosystem. Make it possible to build a variant where the packages are built into a kit first. Possibly there...
In the design document, #3, the section entitled Twoliter Update needs refinement. This may require prototyping and implementation to figure out. Let's not forget to update the design doc when...
## Description `twoliter build variant` creates a directory with a name like `.tmpERPdi` in the root of the project directory. It shouldn't. ## Definition of Done `twoliter build variant` no...
Once https://github.com/bottlerocket-os/bottlerocket/pull/3700 lands, there will no longer be a need for this field https://github.com/bottlerocket-os/twoliter/blob/40e21e03aecc18de092f9cd94bb045e6c3028d8d/tools/buildsys/src/manifest.rs#L536 https://github.com/bottlerocket-os/twoliter/blob/40e21e03aecc18de092f9cd94bb045e6c3028d8d/tools/buildsys/src/manifest.rs#L201 Can you open an issue in twoliter to remove this feature flag if we're not...
Sure, here's the log. Not sure where the error comes from, AFAICS everything should be built in docker and hence machine-agnostic? Not sure though where the local rust part comes...
## Description `SchemaVersion` could be in a different module. Currently it is `project.rs` _Originally posted by @bcressey in https://github.com/bottlerocket-os/twoliter/pull/23#discussion_r1258880556_ ## Definition of Done When `SchemaVersion` has been moved to a...