Building all packages in a tree with --from-repositories
Open
@mudler is already working on this.
Since Apr 19, 2021.
bug
UX
- Dominant language
- Go
- Stars
- 307
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Luet version:
0.13.1
CPU architecture, OS, and Version:
Describe the bug
When calling luet build --from-repositories --all, the default behavior is to build all the compilespec found in the loaded trees, but in such case it means it will pull all the packages from the defined repositories.
To Reproduce
luet build --from-repositories --all
Expected behavior
Building all the packages in the tree which I'm working on
Logs
Additional context
The behavior we want is close to: luet build --from-repositories $(luet tree pkglist | xargs echo )
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.