Skip to content

Commit

Permalink
Merge pull request #58 from marcosps/klp-build-clang-extract
Browse files Browse the repository at this point in the history
Add two tools that are used to create livepatches
  • Loading branch information
dirkmueller authored Aug 8, 2024
2 parents 2dd3f53 + ad07258 commit 1df85e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions db/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ export const PROJECTS = [
repositoryURL: 'https://github.com/openSUSE/cavil',
documentationURL: '',
},
{
isEnable: true,
tag: 'development',
name: 'clang-extract',
description: 'A tool to extract code content from source files using the clang and LLVM infrastructure',
repositoryURL: 'https://github.com/SUSE/clang-extract',
documentationURL: '',
},
{
isEnable: true,
tag: 'operations',
Expand Down Expand Up @@ -320,6 +328,14 @@ export const PROJECTS = [
repositoryURL: 'https://github.com/OSInside/kiwi',
documentationURL: '',
},
{
isEnable: true,
tag: 'development',
name: 'klp-build',
description: 'The kernel livepatching creation tool',
repositoryURL: 'https://github.com/SUSE/klp-build',
documentationURL: '',
},
{
isEnable: true,
tag: 'development',
Expand Down

0 comments on commit 1df85e3

Please sign in to comment.