mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-08-16 19:26:27 +00:00

Switch to obtaining the DKMS package versions from the kernel-versions dataset rather than from the archive. This allows it to be more resilient against parallel update of those versions in the archive. Replace the existing `update-versions-dkms` script with `update-dkms-versions`. This change in name is deliberate as the new script must be called at a different stage of the crank process, it must follow the `cranky link-tb` stage to obtain the correct versions. See the crank documentation for details. BugLink: https://bugs.launchpad.net/bugs/1928921 Properties: no-test-build Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> Signed-off-by: Andy Whitcroft <apw@canonical.com>
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "EE: run update-dkms-versions after link-to-tracker" 1>&2
|
|
exit 1
|