Commit graph

11 commits

Author SHA1 Message Date
MartB
956779c240 genbuildplan: fix typo in circular dep. detection 2021-08-05 16:36:14 +02:00
Ian Leonard
63b70eef80 genbuildplan: convert to fstrings
Backslashes are illegal syntax within f-strings, so work around it with
chr(). chr(10) is UTF-8 character 10, aka Line feed, aka LF, aka "\n".

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-23 21:56:20 +00:00
MilhouseVH
a11e063083 build: auto remove build dirs 2020-02-10 08:53:39 +01:00
MilhouseVH
748befe904 scripts/genbuildplan.py: drop --reorder; cleanup args handling, and other processing. 2020-01-15 18:49:14 +00:00
MilhouseVH
42e7cb439f scripts/genbuildplan.py: output detailed plan in json format 2020-01-07 04:46:38 +00:00
Andre Heider
4197b75c8e build: include initramfs:init in the build plan
Now with the dependencies in initramfs:init, we can include it in the
build plan to parallalize it. But just build them there, the kernel package
keeps installing them.
2019-12-31 11:26:49 +01:00
MilhouseVH
6eb226b1fb buildsystem: use /usr/bin/python3 in scripts 2019-11-07 10:33:47 +00:00
MilhouseVH
c48d80fadf genbuildplan.py: fix excessive indentation 2019-05-04 01:29:55 +01:00
MilhouseVH
00cc78ea68 scripts/genbuildplan.py: typo 2019-02-22 20:11:26 +00:00
MilhouseVH
23c6529978 scripts/create_addon_mt: support building/installing addons with a single plan 2019-02-08 17:17:43 +00:00
MilhouseVH
0ebc6fef63 build system: add parallel build support; use new "image" package 2019-02-08 17:17:43 +00:00