- 30 Jul, 2021 2 commits
-
-
David Runge authored
archiso/mkarchiso: Do not run `_build_iso_base` with `_run_once`, as it sets variables which are important to functions that are called after it.
-
David Runge authored
* issues/117: Remove SPDX license identifier from releng configs Remove SPDX license identifier from releng configs
-
- 29 Jul, 2021 5 commits
-
-
David Runge authored
configs/baseline/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
-
David Runge authored
configs/releng/*: Remove the SPDX license identifier comment from the configuration files in the profile, as they are not eligible for copyright.
-
David Runge authored
* nl6720/bootmodes-2: mkarchiso: improve functions and comments
-
nl6720 authored
* Merge _make_efi_dir_on_iso9660 into _make_bootmode_uefi-x64.systemd-boot.eltorito since it's specific to that boot mode. * Split off FAT image creation into _make_efibootimg, so it can be reused by other functions. * Add/improve comments to better document what the script does.
-
David Runge authored
* nl6720/RouteMetric: configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: document why the drop-in file exists configs/releng/airootfs/etc/systemd/network/: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]
-
- 27 Jul, 2021 2 commits
-
-
nl6720 authored
configs/*/airootfs/etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf: document why the drop-in file exists Related to #142. Add missing `ExecStart=` to baseline's /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf.
-
nl6720 authored
systemd moved the option. See https://github.com/systemd/systemd/commit/8ebafba9f987c21aa5787c8767f2e390b4ec0bc5 . Implements #123. Document in comments why the route metrics need to be set (because of https://github.com/systemd/systemd/issues/17698 ) and use the same metric values as NetworkManager. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/src/core/devices/nm-device.c Additionally remove RouteMetric from configs/baseline/airootfs/etc/systemd/network/20-ethernet.network. There is only one networkd configuration file in baseline, meaning, there are no other routes.
-
- 11 Jul, 2021 6 commits
-
-
David Runge authored
* changelog/56.1: Add changelog for 56.1
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for 56.1
-
David Runge authored
* nl6720/LC_ALL: mkarchiso: set LC_ALL instead of LANG
-
nl6720 authored
LC_ALL overrides LANG and all LC_* variables, so use it instead. See https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html#Locale-Environment-Variables .
-
David Runge authored
* nl6720/releng-remove-package-termite-terminfo: configs/releng/packages.x86_64: remove termite-terminfo
-
nl6720 authored
termite was removed from the official repos. Fixes https://bugs.archlinux.org/task/71481 .
-
- 03 Jul, 2021 1 commit
-
-
David Runge authored
* nl6720/env-i-PATH: mkarchiso: unset TMPDIR to work around FS#70580 Revert "archiso/mkarchiso: clear environment variables when chrooting"
-
- 02 Jul, 2021 3 commits
-
-
nl6720 authored
Alternative to 3d6651ab which caused issues. Fixes https://bugs.archlinux.org/task/70580 .
-
nl6720 authored
This reverts commit 3d6651ab. A missing $PATH breaks scripts that do not hardcode binary paths. Fixes https://bugs.archlinux.org/task/71416 .
-
David Runge authored
* issues/140: Remove build-host.sh gitlab-ci: Include from ci-scripts ci: Provide artifacts in top-level output dir Rename build script
-
- 01 Jul, 2021 4 commits
-
-
David Runge authored
.gitlab/ci/build-host.sh: Remove script, as it has been replaced by ci-scripts.
-
David Runge authored
.gitlab-ci.yml: Include a gitlab CI yaml file from the ci-scripts repository, that replaces the build-host.sh script and abstracts the .build target. Move all variables to top-level as they are useful in all build targets. Remove unnecessary before_script definitions because they are abstracted away by ci-scripts.
-
David Runge authored
.gitlab/ci/build-inside-vm.sh: Change the build script to provide the build artifacts and metrics in the top-level output directory. This goes in line with the soon to be used ci-scripts, allowing code sharing amongst several projects.
-
David Runge authored
.gitlab/ci/build_archiso.sh: Rename .gitlab/ci/build-inside-vm.sh to .gitlab/ci/build_archiso.sh. .gitlab-ci.yml: Rename BUILD_SCRIPT to build_archiso.sh.
-
- 30 Jun, 2021 6 commits
-
-
David Runge authored
* changelog/56: Add changelog for v56
-
David Runge authored
CHANGELOG.rst: Add a changelog entry for v56.
-
David Runge authored
* issues/132: gitlab-ci: Also build a baseline netboot target archiso/mkarchiso: Generalize handling of ucodes
-
David Runge authored
.gitlab-ci.yml: With #132 being fixed, it is possible to properly build the baseline netboot target without failure.
-
David Runge authored
archiso/mkarchiso: Generalize the handling of ucode files (e.g. copying, signing, size calculation) by introducing the global readonly array of expected ucode names instead of hardcoding them in various functions. When making use of ucode files in `_make_boot_on_iso9660()`, `_make_bootmode_uef-x86.systemd-boot.esp()` and `_sign_netboot_artifacts()` create a list of files that is guaranteed to contain existing files. Fixes #132
-
David Runge authored
* grazzolini/parallel_downloads: baseline/pacman.conf: Enable parallel downloads releng/pacman.conf: Enable parallel downloads
-
- 29 Jun, 2021 3 commits
-
-
Giancarlo Razzolini authored
Now that pacman 6 is around, enable parallel downloads to speed up the installation process. Added to the baseline configuration to also improve the pipeline.
-
Giancarlo Razzolini authored
Now that pacman 6 is around, enable parallel downloads to speed up the installation process.
-
David Runge authored
* nl6720/env-i-SOURCE_DATE_EPOCH: mkarchiso: pass SOURCE_DATE_EPOCH to chroot
-
- 22 Jun, 2021 1 commit
-
-
nl6720 authored
-
- 18 Jun, 2021 3 commits
-
-
David Runge authored
* nl6720/update-wiki-url: Update ArchWiki article URLs
-
nl6720 authored
Use the new, prettier short URLs.
-
David Runge authored
* sxw/issue25: Add documentation for the `script=` variable
-
- 15 Jun, 2021 1 commit
-
-
Simon Wilper authored
-
- 12 Jun, 2021 1 commit
-
-
David Runge authored
* nl6720/pacman6: configs/*/pacman.conf: update configuration file for pacman 6
-
- 05 Jun, 2021 2 commits
-
-
nl6720 authored
Based on https://github.com/archlinux/svntogit-packages/blob/accc1d210133a933f2b26e0aad842c27d00c8b0c/trunk/pacman.conf Implements #136
-
David Runge authored
* nl6720/ARCHISO_GNUPG_FD-unbound-variable: mkarchiso: fix unbound variable when not using GPG signing
-