IABSD.fr/ports/infrastructure/lib/DPB

Branch :


Log

Author Commit Date CI Message
4351660a 2020-05-31 19:24:26 work a bit harder so that pkgpaths do not gain a bogus info by autovivification this allows to use is_stub once again
48ad98e6 2020-05-28 20:53:40 revert temporarily there's a bug elsewhere (autovivification of $w->{info}{BUILD_PACKAGES}) that I need to track down that results in $w->{info} being defined but NOT a proper object. dpb errors out at end-of-LISTING in case of a parse error in any Makefile. solene@ ran into this a few days ago, probably some other people, and finally I met the bug today. Ouchie. sorry about that.
a8a6ebd0 2020-04-08 08:01:36 forgotten in refactor: next -> return run into by rsadowski@
d1268b45 2020-04-07 16:02:04 produce a better error in case a distinfo file can't be read wouldn't have stumped rsadowski@ for a few hours ;)
abfd509e 2020-04-07 15:18:33 fix info queue... missed commit
8b01b2d8 2020-04-04 16:45:33 control socket: info queue shows the 50 (tweakable?) first entries in the queue, with the weights that resulted in that ordering
ed91f81c 2020-04-04 08:40:36 use is_stub consistently rename cores to info cores in preparation for other debug tidbits fix help add 'stub' to be tested
6fcfc496 2020-03-31 19:06:44 new command (to be specified more cleanly): rescan for now it rescans "stubbed" ports in case you did change them (or if they were stubbed because of missing dependencies, etc) Could become something else/more powerful eventually
c1787a74 2020-03-31 19:05:45 use abstraction
29cc19fd 2020-03-31 11:13:14 fix a typo on printing add a debug command (cores) that shows explicitly each core known by the core system, including idle cores (available) and "behind the scene" stuff (ssh masters)