Daniele Rondina
Daniele Rondina
The idea is to supply a way for users to create a luet packages cache server with only packages used by your installations. In particular, we want two type of...
If I want to stick with my `libfoo-1` forever, I can do that (the masking action is exactly the opposite, I'm masking `>libfoo-1` , but when I pin/lock, I ask...
Permit to define packages priorities between different repositories in a similar way it's possible define priorities in [debian](https://wiki.debian.org/AptConfiguration).
create-repo: repository.yaml doesn't contain sha for metadata tarball: ```yaml description: Mocaccino extra amd64 last_update: "1602061287" metapath: "" name: mocaccino-extra priority: 1 repo_files: meta: compressiontype: gzip filename: repository.meta.yaml.tar.gz tree: checksums: sha256:...
To permit the customization of the Dockerfile generated by luet for example with: ``` # syntax = docker/dockerfile:experimental ``` we need to add special spec fields `compilationspec` that accepts an...
**Luet version:** 0.11.0 **CPU architecture, OS, and Version:** Linux sab-worker1 5.4.0-sabayon #1 SMP Tue Feb 25 22:46:38 UTC 2020 x86_64 Intel(R) Xeon(R) CPU X5680 @ 3.33GHz GenuineIntel GNU/Linux **Describe the...
Inside the `portage-tree` with package per single package, there are a lot of layers and space required. The use of the `package_dir` requires post-build steps that aren't really used in...
**Is your feature request related to a problem? Please describe.** Often we need to do operations after that a package is uninstalled, I think to the cleanup of icons cache,...
**Luet version:** ``` # luet --version luet version 0.16.6-ga7b4ae67c9b86b22bd706df7cde43fdfd5121772 2021-06-04 03:01:46 UTC ``` **Describe the bug** Luet doesn't install directly the last version of the package also with different priorities...
**Luet version:** 0.17.8 **CPU architecture, OS, and Version:** **Describe the bug** When specs contain both `prelude` and `steps` the `COPY --from` is applied two times. **To Reproduce** ```yaml image: scratch...