[bootlin/training-materials updates] master: sysdev: labs: update Linux stable git URL (00243239)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Dec 7 18:17:07 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/00243239a94ad377be9d8f17257dc8643e8aaf43

>---------------------------------------------------------------

commit 00243239a94ad377be9d8f17257dc8643e8aaf43
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Dec 7 18:15:19 2022 +0100

    sysdev: labs: update Linux stable git URL
    
    The official path according to git.kernel.org ends with '/linux', not
    '/linux-stable' even though the latter still works. We have the correct one
    in the slides, fix the labs.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

00243239a94ad377be9d8f17257dc8643e8aaf43
 common/kernel-clone-master-and-stable.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/kernel-clone-master-and-stable.tex b/common/kernel-clone-master-and-stable.tex
index 20ab81be..2aa93d48 100644
--- a/common/kernel-clone-master-and-stable.tex
+++ b/common/kernel-clone-master-and-stable.tex
@@ -45,7 +45,7 @@ able to use the stable releases:
 
 {\small
 \begin{verbatim}
-git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable
+git remote add stable https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux
 git fetch stable
 \end{verbatim}
 }




More information about the training-materials-updates mailing list