Commit graph

75 commits

Author SHA1 Message Date
InsanePrawn
3390014a9c packages.py: fix package update cmd with --non-interactive 2021-10-25 01:47:35 +02:00
jld3103
0e07a33968 Add packages sideload feature 2021-10-18 09:00:11 +02:00
InsanePrawn
135ffc5def packages.py: cmd_build(): batch CROSSDIRECT_PKGS installation 2021-10-18 01:54:39 +02:00
jld3103
c22b509347 Further fix package building 2021-10-17 18:14:39 +02:00
jld3103
fe52671e06 Fix package building 2021-10-17 13:48:37 +02:00
InsanePrawn
52458bd314 manage (download, pull) pkgbuilds.git, move it inside .cache. add git() convenience wrapper 2021-10-17 03:23:29 +02:00
jld3103
78af4ebce8 Drop pkgbuild pkgname prefix check 2021-10-13 18:35:06 +00:00
jld3103
0d7259f133 Fix cross/* packages installation 2021-10-13 20:29:10 +02:00
jld3103
949183b290 Merge branch 'config' of gitlab.com:kupfer/kupferbootstrap into config 2021-10-10 21:23:49 +02:00
jld3103
e88bc393bb Allow semicolon in PKGBUILD strings 2021-10-10 21:23:39 +02:00
jld3103
9aa17d1fc7 Fix check if split packages have been built 2021-10-10 21:23:19 +02:00
InsanePrawn
fd4ac1c2cd no need to force-reinstall qemu/binfmt anymore 2021-10-10 18:40:45 +02:00
InsanePrawn
87345ab2da refactor packages.py, register qemu-binfmt manually 2021-10-10 18:29:44 +02:00
InsanePrawn
c7b2159481 Respect crossdirect and ccache build config in cmd_build() 2021-10-07 01:14:42 +02:00
jld3103
291ddb85ca Always install base, base-devel and git inside of the base chroots 2021-10-06 21:25:44 +02:00
jld3103
c4760bd99e Fix formatting 2021-10-06 21:02:30 +02:00
jld3103
13c284012d Check PKGBUILDs for arches hint 2021-10-06 21:00:47 +02:00
InsanePrawn
f76164215b build(): don't install dependencies that we provide ourselves as split-packages 2021-10-05 21:00:53 +02:00
InsanePrawn
eb67c34f9b i think crossdirect works for real now? 2021-10-05 20:31:11 +02:00
InsanePrawn
f90bf1006a Fixup error shell, exception log level in main() and arch checking before docker wrapping in cmd_build() 2021-10-05 17:34:43 +02:00
InsanePrawn
5eefcc9942 packages/cmd_build(): add check for unknown arch + error message 2021-10-05 17:07:11 +02:00
InsanePrawn
643cc21d3c bugfixes! what kind of drunk seafood wrote these? 2021-10-05 16:36:44 +02:00
InsanePrawn
0b2caa02af Split up repos by arches, always add already-built packages to repo file again, don't use repo-add --new, ...
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2021-10-04 20:16:27 +02:00
InsanePrawn
1ba4dcfaec refactor packages.py code into chroot.generate_makepkg_conf(), use generated conf in check_package_version_built() 2021-10-04 14:36:39 +02:00
InsanePrawn
f95d16c996 fix crosscompile -> add makepkg_cross_{arch}.conf generation
TODO: use everywhere
2021-10-04 13:34:37 +02:00
InsanePrawn
6242e4850d partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution 2021-10-04 13:34:37 +02:00
jld3103
527cc5606c Fix formatting 2021-10-02 08:52:58 +02:00
InsanePrawn
2d8c416327 Redownload sources during building since we don't know if version() was last run on the correct arch
not all programs have the same source/state across arches (i.e. -bin packages)
2021-10-02 06:37:15 +02:00
InsanePrawn
b490cd10ee Clean up envs passing for chroots, add crossdirect packages (todo: cleanup) 2021-10-02 06:36:48 +02:00
InsanePrawn
c9572bed0f accept zstandard compressed packages 2021-10-01 23:51:22 +02:00
InsanePrawn
d85c00fa12 Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
also moar crossdirect

Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2021-10-01 18:30:01 +02:00
InsanePrawn
a4c06446e3 first attempt at adding crossdirect
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2021-10-01 18:30:00 +02:00
InsanePrawn
f8d2faf571 After building a package, remove it from pacman cache if a same name file already exists (checksums will differ) 2021-09-30 17:48:15 +02:00
InsanePrawn
143994d23a fix /app -> var mgiration typo 2021-09-30 17:26:45 +02:00
InsanePrawn
482c5f8111 Get rid of /app hardcodes
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2021-09-30 17:18:32 +02:00
InsanePrawn
0e21f9060d small fixes 2021-09-30 05:05:30 +02:00
InsanePrawn
a3d85cda8c config.get_path(), wrapper: remove --config/-C from wrapper args 2021-09-30 03:50:47 +02:00
InsanePrawn
f424e9ce8f Don't wrap in docker for little wrappers like ssh and telnet if the tool is available on the host 2021-09-29 23:49:46 +02:00
InsanePrawn
f3794f939e Move enforce_wrapper() into appropiate CMDs. This speeds up --help as a side effect! 2021-09-29 23:18:12 +02:00
InsanePrawn
f6678181b8 let's break all the things! (use distros to generate repos)
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
2021-09-29 16:54:26 +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
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
04cce26ca0 chroots: use path from config
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