- 24 Jul, 2023 1 commit
-
-
Anton Midyukov authored
glibc can be compiled such that mki-fake-dev requires /proc to works. This on loongarch64.
-
- 14 Jul, 2023 1 commit
-
-
Anton Midyukov authored
-
- 30 May, 2023 1 commit
-
-
Anton Midyukov authored
We cannot get IMAGE_OUTPATH from the build.log, and there is currently no other mechanism. Creating a CHECK directory was a bad idea. It should have been created only for CHECK, but it was always created when DEBUG was not enabled. So it's better to just issue a warning.
-
- 30 Dec, 2022 4 commits
-
-
Anton Midyukov authored
This is required to run mkimage-profiles from mki-build with --vm-run. mki-build creates a build directory and a symlink to it in the current directory. The BUILDDIR variable is then set to the value of the symlink.
-
Anton Midyukov authored
-
Anton Midyukov authored
So much clearer and easier. Thanks glebfm@ for the idea.
-
Anton Midyukov authored
check conditions of make for equality of variables with an empty value instead of check definition. A defined but empty variable under all these conditions results errors.
-
- 12 May, 2022 1 commit
-
-
Anton Midyukov authored
Fix 'warning: egrep is obsolescent; using grep -E'
-
- 11 Apr, 2022 1 commit
-
-
Anton Midyukov authored
-
- 05 Mar, 2022 1 commit
-
-
Anton Midyukov authored
This package must always be installed in chroot in one transaction with basesystem so that the correct package is installed.
-
- 02 Mar, 2022 1 commit
-
-
Anton Midyukov authored
Images building from the generated profile will have mkimage-profiles commit information.
-
- 20 Jan, 2022 1 commit
-
-
Anton Midyukov authored
make-aptbox is needed to check package lists only.
-
- 21 Dec, 2021 2 commits
-
-
Anton Midyukov authored
All variables can be overridden.
-
Anton Midyukov authored
It was broken сommit 676aac35
-
- 19 Dec, 2021 1 commit
-
-
Anton Midyukov authored
It was a mistake to add branding package to the initialized chroot. There were no problems until the package had dependencies. Now, when most branding has a dependence on alt-os-release, chroot initialization broke. See also ALT bug 41570. Branding needed to be added to PACKAGES_REQUIRED_INITROOT so that it is installed with basesystem.
-
- 13 Dec, 2021 1 commit
-
-
Michael Shigorin authored
...otherwise: $ make QUIET=1 REPORT=1 THE_APT_CONF=branch BRANDING=alt-starterkit ... /bin/sh: line 5: [: too many arguments /bin/sh: line 28: [: too many arguments
-
- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
This reverts commit 366cb49d. .gitignore is needed for packaging empty catalogs to the profile archive.
-
- 22 Nov, 2021 1 commit
-
-
Anton Midyukov authored
The parameter determines use of QEMU or not, if the target architecture does not correspond to the host architecture. By default, the parameter is on (Value 1). For architectures that do not support QEMU (e2k), the option is turned off.
-
- 14 Oct, 2021 1 commit
-
-
Anton Midyukov authored
-
- 19 Sep, 2021 1 commit
-
-
Anton Midyukov authored
-
- 31 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 30 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 23 Aug, 2021 2 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
Aptbox is not initialized, so build time is reduced.
-
- 13 Aug, 2021 1 commit
-
-
Anton Midyukov authored
-
- 09 Aug, 2021 1 commit
-
-
Anton Midyukov authored
mkimage to run сlean/distclean successfully requires .work/.cache and .work/.out directories.
-
- 23 Jul, 2021 1 commit
-
-
Anton Midyukov authored
This reverts commit 83e0b913. However, it is not make clean is executed, but the make distclean.
-
- 20 Jul, 2021 1 commit
-
-
Anton Midyukov authored
This will allow apt to be request before/without the hasher is created.
-
- 13 Jul, 2021 1 commit
-
-
Anton Midyukov authored
Requires support at mkimage.
-
- 24 Jun, 2021 1 commit
-
-
Anton Midyukov authored
-
- 23 Jun, 2021 2 commits
-
-
Anton Midyukov authored
build.log does not exist when they run, because the build directory is no longer created to run them.
-
Anton Midyukov authored
The build directory is normally removed after make clean.
-
- 18 Jun, 2021 1 commit
-
-
Anton Midyukov authored
See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=40148
-
- 06 Jun, 2021 1 commit
-
-
Anton Midyukov authored
make distclean should be launched after copying the log when debugging is enabled.
-
- 17 May, 2021 1 commit
-
-
Anton Midyukov authored
Previously, you had to specify two parameters MKIMAGE_PREFIX and GLOBAL_PREFIX with the same value - the path to mkimage. And this behavior has not been documented. The GLOBAL_PREFIX variable is defined in mkimage in config.mk and rules.mk.
-
- 16 Apr, 2021 1 commit
-
-
Anton Midyukov authored
Because of this, distclean did not work. Only the symlink was removed.
-
- 15 Apr, 2021 1 commit
-
-
Anton Midyukov authored
-
- 12 Apr, 2021 1 commit
-
-
Anton Midyukov authored
-
- 04 Apr, 2021 1 commit
-
-
Anton Midyukov authored
-
- 16 Mar, 2021 1 commit
-
-
Anton Midyukov authored
For riscv64 available grub-efi. Needed added support for mkimage (mki-copy-efiboot-chrooted).
-