Set up the repository
[librecmc/linux-libre.git] / README.md
1 GNU Linux-libre: <https://www.fsfla.org/ikiwiki/selibre/linux-libre/>
2
3 This repository contains the scripts used to create GNU Linux-libre 
4 and the source code resulting from that modification. Each version is 
5 signed and tagged, allowing for easy access and verification.
6
7 Changelogs describing the differences compared to upstream Linux and 
8 GPG signatures for the uncompressed tarballs are accessible as git 
9 notes:
10
11     git fetch origin refs/notes/*:refs/notes/*
12
13 And then:
14
15     git notes --ref refs/notes/signatures/tar show v4.18.5-gnu
16
17 or
18
19     git notes --ref refs/notes/changelog show v4.18.5-gnu
20
21 You can redistribute and/or modify this file under the terms 
22 of the GNU General Public License as published by the Free Software 
23 Foundation; either version 2 of the License, or (at your option) any 
24 later version.