christophprokop

Results 17 issues of christophprokop

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...

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...

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...

[00:00:00] (100%): █████ | Source verification failed Error: Source missing: /scr/prokop/butido/sources/mpfr-4.1.1/src.source Why not download the source on the fly then go on with the build?

``` [environment] SYS_BUILD_DEPENDS_RH8 = "libX11-devel" ``` vs. ``` [dependencies] runtime = [] build = ["example =1.2.3"] ``` Why are the system deps not configured in the same way as the...

prio

At the moment build/runtime deps are configured across all distros/images. Sometimes this leads to more packaging than needed. Let's say a library is only needed on our oldest base image....

prio