File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Find the Linux versions where the commits passed as arguments are available.
44
5- When you start the tool the current directory must be a clone of the Linux stable repository:
5+ When you start the tool the current directory must be a clone of the Linux stable
6+ repository:
67
7- ```
8+ ``` text
89git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
910```
1011
1112E.g.:
1213
13- ```
14+ ``` text
1415user@host:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
1516user@host:~$ cd linux
1617user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
@@ -19,7 +20,7 @@ v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
1920
2021or the check for multiple commits:
2122
22- ```
23+ ``` text
2324user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
2425v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
2526```
@@ -30,6 +31,6 @@ linux-version-finder --help
3031
3132## Linux Install requirements
3233
33- ```
34+ ``` text
3435pip3 install -r requirements.txt
3536```
You can’t perform that action at this time.
0 commit comments