gnuboot/resources
Denis 'GNUtoo' Carikli dd59202068
resources: git: fix configuration with older git versions.
Without that fix we have the following build error on PureOS 10
(byzantium):

    Submodule path 'util/nvidia/cbootimage': checked out
    '65a6d94dd5f442578551e0a81ecbe5235e673fd4'
    Committer identity unknown

    *** Please tell me who you are.

    Run

      git config --global user.email "you@example.com"
      git config --global user.name "Your Name"

    to set your account's default identity.
    Omit --global to set the identity only in this repository.

    fatal: unable to auto-detect email address (got '[...]')
    ERROR: download/coreboot: Unable to apply patch
    '../../resources/coreboot/default/patches/0001-apple-macbook21-Set-default-VRAM-to-64MiB-instead-of.patch'
    for board 'default' on tree 'default'Committer identity unknown

This is because PureOS 10 (byzantium) has git 2.30.2 and in PureOS,
and since 'man git' doesn't show GIT_CONFIG_GLOBAL nor
GIT_CONFIG_SYSTEM, git 2.30.2 doesn't understand these variables.

Since git already has -c option, we use that instead.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2024-11-22 17:20:11 +01:00
..
coreboot coreboot: blobs.list: fam15h: remove F12NbSmuFirmware.h 2024-11-12 12:17:09 +01:00
dependencies dependencies: pureos: website: Add graphviz to fix website package build. 2024-11-22 17:18:24 +01:00
distros/pureos/20230614 build instructions: explain how to run Trisquel/PureOS in other distros. 2023-12-09 15:55:32 +01:00
git resources: git: fix configuration with older git versions. 2024-11-22 17:20:11 +01:00
grub ressources/grub, website: add LVM2 support (fix bug #65663 "No support for LVM2"). 2024-09-08 16:31:12 +02:00
guix/gnuboot guix: gnuboot-trisquel-grub.img: add missing inputs. 2024-10-05 11:20:30 +02:00
memtest86plus/patch memtest86+: fix build error (patch from Félicien Pillot) 2022-02-08 07:45:41 +00:00
packages packages: website: release: help: fix program name. 2024-11-12 12:16:51 +01:00
scripts build system: wrap git commands. 2024-09-08 17:18:53 +02:00
seabios specifically call python3, in scripts 2022-03-13 18:17:09 +00:00
trisquel guix: gnuboot-trisquel-preseed.img: Make it reproducible. 2024-10-05 11:05:39 +02:00
u-boot/default Add support for releasing deblobbed u-boot 2020.07 source tarballs 2022-02-10 10:55:03 +01:00