From d82277855650fa9b5bff808d2ebb8d1c187e212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Tue, 4 Aug 2020 12:57:07 +0200 Subject: [PATCH 1/3] README: Add CI information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI.md: Add current pipeline status and jobs information Signed-off-by: Norbert Kamiński --- CI.md | 6 ++++++ README | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 CI.md diff --git a/CI.md b/CI.md new file mode 100644 index 0000000000000..77f0ad4b15d93 --- /dev/null +++ b/CI.md @@ -0,0 +1,6 @@ +[![pipeline status](https://gitlab.com/trenchboot1/3mdeb/linux/badges/linux-sl-5.5/pipeline.svg)](https://gitlab.com/trenchboot1/3mdeb/linux/-/commits/linux-sl-5.5) + +Continuous integration jobs: +- basic building +- NixOS package building +- storing binary artifacts in the gitlab.com diff --git a/README b/README index 669ac7c322927..6bb93f086961d 100644 --- a/README +++ b/README @@ -16,3 +16,5 @@ several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel. + +See the file CI.md for a description of continuous integration. From d9377ba8f06a6b0933285377801ad54c2e528d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Wed, 5 Aug 2020 15:05:26 +0200 Subject: [PATCH 2/3] README.md: Swap plain README with the markdown version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI.md: Delete redundant file Signed-off-by: Norbert Kamiński --- CI.md | 6 ------ README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 CI.md create mode 100644 README.md diff --git a/CI.md b/CI.md deleted file mode 100644 index 77f0ad4b15d93..0000000000000 --- a/CI.md +++ /dev/null @@ -1,6 +0,0 @@ -[![pipeline status](https://gitlab.com/trenchboot1/3mdeb/linux/badges/linux-sl-5.5/pipeline.svg)](https://gitlab.com/trenchboot1/3mdeb/linux/-/commits/linux-sl-5.5) - -Continuous integration jobs: -- basic building -- NixOS package building -- storing binary artifacts in the gitlab.com diff --git a/README.md b/README.md new file mode 100644 index 0000000000000..15fb6cb47f0fe --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# Linux kernel + +[![pipeline status](https://gitlab.com/trenchboot1/3mdeb/linux/badges/linux-sl-5.5/pipeline.svg)](https://gitlab.com/trenchboot1/3mdeb/linux/-/commits/linux-sl-5.5) + +On the purposes of the TrenchBoot, linux kernel uses SECURE_LAUNCH module. + +## Documentation + +There are several guides for kernel developers and users. These guides can +be rendered in a number of formats, like HTML and PDF. Please read +Documentation/admin-guide/README.rst first. + +In order to build the documentation, use ``make htmldocs`` or +``make pdfdocs``. The formatted documentation can also be read online at: + + https://www.kernel.org/doc/html/latest/ + +There are various text files in the Documentation/ subdirectory, +several of them using the Restructured Text markup notation. + +Please read the Documentation/process/changes.rst file, as it contains the +requirements for building and running the kernel, and information about +the problems which may result by upgrading your kernel. + +## Continuous Integration + +- basic building +- NixOS package building +- debian package building From 6610d41cdbc5d0664ec4c457c684cb0edecd0825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Mon, 30 Nov 2020 13:51:55 +0100 Subject: [PATCH 3/3] README: Delete CI.md reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Norbert Kamiński --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index 6bb93f086961d..669ac7c322927 100644 --- a/README +++ b/README @@ -16,5 +16,3 @@ several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel. - -See the file CI.md for a description of continuous integration.