butido
butido copied to clipboard
Build Linux packages using Docker containers
- `science-computing` was wrong - according to https://www.unternehmensregister.de/ it's `science + computing` (with spaces) and we should use "Aktiengesellschaft" or "AG" (uppercase). - The Atos homepage isn't really useful and...
butido tree-of currently only presents a tree view of the DAG with lots of duplicates butido tree-of --serial-buildorder for some builds a serial buildorder would be more useful but we...
butido tree-of currently only presents a tree view of the DAG with lots of duplicates butido tree-of --dot to get a better overview over builds with a lot of deps...
Fixes #371
it does not take up that much time and we trigger it manually anyways *every* time, so why not automate? :)
sometimes you might want to keep building packages in a larger tree *even though* another part already failed an option for butido build like "--continue-on-error" could be helpful here when...
Reproducible builds offer several advantages: See, e.g., https://reproducible-builds.org/ and https://reproducible-builds.org/docs/buy-in/. It's not a requirement for us (yet) and it would currently require major changes but we could implement a few...
At the moment we use dummy source for meta packages which shouldn't be necessary at all. for example pkg.toml could contain a section like this: ``` [sources.src] url=nosource # hash.hash...
A metapackage is a list of software (e.g. for one customer) which are not necessarrily dependent on each other but belong together. At the moment we just declare these lists...