Skip to content

Commit

Permalink
Merge pull request #4888 from microsoft/anphel/merge-2.0-livepatch
Browse files Browse the repository at this point in the history
Fixed livepatch PR check. (#4886)
  • Loading branch information
anphel31 authored Feb 18, 2023
2 parents 9ea9688 + 37cc484 commit 11f0f8c
Show file tree
Hide file tree
Showing 8 changed files with 7,813 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check-livepatches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
python-version: 3.9

- name: Get Python dependencies
run: sudo python3 -m pip install python-rpm-spec
run: |
sudo apt-get install -y python3-rpm
sudo python3 -m pip install rpm pyrpm python-rpm-spec validators
- name: Check livepatch specs are valid
run: |
Expand Down
2 changes: 1 addition & 1 deletion SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions SPECS/LICENSES-AND-NOTICES/data/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,7 @@
"livepatch-5.15.87.1-1.cm2",
"livepatch-5.15.90.1-1.cm2",
"livepatch-5.15.92.1-1.cm2",
"livepatch-5.15.92.1-2.cm2",
"livepatching",
"lld",
"local-path-provisioner",
Expand Down
Loading

0 comments on commit 11f0f8c

Please sign in to comment.