changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / scripts/get-linux.sh

revision 21: 3491c1d1815d
parent 3: 34e87d25f113
child 37: 745d8b0118e5
     1.1--- a/scripts/get-linux.sh	Mon Dec 04 21:28:10 2023 -0500
     1.2+++ b/scripts/get-linux.sh	Tue Dec 05 19:03:29 2023 -0500
     1.3@@ -1,6 +1,11 @@
     1.4 #!/usr/bin/bash
     1.5 # get-linux
     1.6+
     1.7 # from https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/get-verified-tarball
     1.8+
     1.9+# there are minimal modifications to this script - be careful, it
    1.10+# pulls from the upstream kernel source archives.
    1.11+
    1.12 # --------------------
    1.13 # Get Linux kernel tarball and cryptographically verify it,
    1.14 # retrieving the PGP keys using the Web Key Directory (WKD)