Closes T9715
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T9715: LXD
- Commits
- R5274:b71e1418f561: Initial commit of lxd
Created a few containers, tested that they functioned
Diff Detail
Diff Detail
- Branch
- main
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 482 Build 482: arc lint + arc unit
Event Timeline
Comment Actions
- Use tmpfiles to create /var/log/lxd
- Use install command instead of mkdir for creating the docs folder
Comment Actions
- Unnecessary quotes are unnecessary
- Change some of the PKB_BUILD_DIR to workdir (except for two that can't be changed)
- Remove docs
package.yml | ||
---|---|---|
51 | You don't need to do ${pkgfiles}, it is really only applicable during string interpolation. $pkgfiles works. |
Comment Actions
- LXD 4.15
- Cleanup build script
- Add setup hints to description to ease the pain for new users (who will likely never read it)
package.yml | ||
---|---|---|
14 | This shouldn't be in the description. Documentation like this is more appropriate for our Help Center if it is specific to Solus, otherwise folks should read documentation. This isn't a commonly used, "normal user" utility, it is a developer-oriented containerization daemon. I would like to think devs know how to read docs. | |
43 | Unnecessary indentation | |
44 | Unnecessary indentation |