InsanePrawn
|
becde79172
|
images: repo typo (comma goes tuple), logging/exception handling
|
2021-09-29 02:35:53 +02:00 |
|
InsanePrawn
|
f09deaa9a5
|
a lot: profiles, some more help strings. partial: exceptions instead of exit()
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-29 02:00:59 +02:00 |
|
Prawn
|
ebdd8bf111
|
Merge branch 'dev-fix' into 'dev'
Dev: Added missing repos to image.py
See merge request kupfer/kupferbootstrap!5
|
2021-09-28 19:04:04 +00:00 |
|
YourSandwich
|
f387c05645
|
Added missing repos
|
2021-09-28 18:54:06 +02:00 |
|
InsanePrawn
|
e705af21f5
|
flavours: only offer packaged DEs
|
2021-09-27 02:15:27 +02:00 |
|
InsanePrawn
|
3594952a13
|
Cleanups, packages/cmd_check: ignore comments, cmd_build: add --force
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
23ff0d50e0
|
packages.py: cleanups
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
d08e25fe1b
|
Add distros.get_base_distros()
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
fef0f07297
|
buildroot: don't expect signatures from kupfer repos, small error logging bugfix in chroot.py
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
3b69c2235b
|
Crosscompile is borked, host-compile seems working
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
232df81901
|
WIP: Add scaffolding for arch-agnostic base-distro handling
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
044b721edd
|
fixed dep detection. TODO: add /prebuilts/$repo to host/native pacman.conf
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
ba57162f3b
|
please the lint0r
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
44261ffccb
|
new dependency generation algorithm, dynamic chroot paths [almost] everywhere
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
e198097cf1
|
wrapper: use paths from config, clean up volume generation, mount wrapper-customized config into container
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
40fe23ae28
|
config: add dump_toml() and dump_file()
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
d9662cc0d1
|
config: renamed paths
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
04cce26ca0
|
chroots: use path from config
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
63a9cf1218
|
logger.py: reformat
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
d52a615774
|
Make main.py the main entrypoint again and call docker wrapper enforcement from cli() callback
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
b87fdf722b
|
packages: honor build.crosscompile config setting
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
b36539af4c
|
config.py: refactor merge_configs() out of parse_file() and add sanitize_config() alias
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
82409e63c4
|
packages: use thread count from config
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
ba7043b654
|
config.py: store config path in runtime conf and log file load
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
32fbc7529b
|
config profiles: add optional user password
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
144acee10f
|
WIP: Improve config parsing, make --verbose and --config-file global options
Bonus: Generalize and reuse cmd_ssh()
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
4cf608eeb6
|
load_config(): add merge_defaults parameter, fix accidental overwriting of default profile when merging
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
7f153c214c
|
config.py: formatting
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
9cc09e4f5b
|
config: add config parsing and merging
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
07c61f9a33
|
Add first draft for config parsing
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:19:30 +02:00 |
|
InsanePrawn
|
2de5d33f19
|
Constants: apply device package renames to device-*
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-09-26 17:13:15 +02:00 |
|
jld3103
|
c536baec33
|
Fix optdepends comments check
|
2021-08-18 13:25:53 +02:00 |
|
jld3103
|
2054f48133
|
Fix another infinite loop in dependency resolution
|
2021-08-18 13:11:19 +02:00 |
|
jld3103
|
7729a7982e
|
Restructure pkgbuilds layout
|
2021-08-18 12:27:03 +02:00 |
|
InsanePrawn
|
76a7ddafbe
|
packages: add string representation
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-08-17 21:29:15 +02:00 |
|
jld3103
|
67bbf90b5c
|
Fix sub-dependency resolution and handling of pkgbase
|
2021-08-17 21:23:34 +02:00 |
|
InsanePrawn
|
2b36325b92
|
Avoid endless dependency analysis loop
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-08-17 21:22:40 +02:00 |
|
jld3103
|
b46b6ca612
|
Add debug-shell flavour
|
2021-08-17 21:00:14 +02:00 |
|
jld3103
|
4369df9673
|
Restructure building images, flashing and booting
|
2021-08-17 20:57:31 +02:00 |
|
jld3103
|
4df7e93655
|
Add telnet command
|
2021-08-17 20:47:24 +02:00 |
|
jld3103
|
f3e555f13b
|
Use random container names to run multiple instances at the same time
|
2021-08-17 20:43:28 +02:00 |
|
jld3103
|
89e8091718
|
Require 'provides' on -git packages
|
2021-08-14 15:33:58 +02:00 |
|
jld3103
|
e1ddf636b7
|
Fix and improve rootfs flashing
|
2021-08-14 13:31:04 +02:00 |
|
jld3103
|
da8a437341
|
Make it possible to use local prebuilts
|
2021-08-14 11:55:54 +02:00 |
|
jld3103
|
398e1f0326
|
Make it possible to build multiple packages at the same time and remove unnecessary makepkg invocations
|
2021-08-14 10:11:28 +02:00 |
|
jld3103
|
35ec53b615
|
Fix glibc locales
Fixes https://gitlab.com/kupfer/kupferbootstrap/-/issues/11
|
2021-08-13 20:25:33 +02:00 |
|
InsanePrawn
|
6ec0c3cf39
|
CI: add docker image build and upload
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-08-09 01:33:02 +02:00 |
|
InsanePrawn
|
f8edeaf61f
|
add .gitlab-ci: run format.sh --check
Closes #10
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-08-09 00:33:39 +02:00 |
|
InsanePrawn
|
0f881800ac
|
format.sh: add --check
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
|
2021-08-09 00:29:38 +02:00 |
|
jld3103
|
25f8607382
|
Remove broken error check
|
2021-08-08 18:38:07 +02:00 |
|