Skip to content

Commit

Permalink
.github/workflows/build.yml: bump base-commit
Browse files Browse the repository at this point in the history
After QubesOS/qubes-grub2#13 got merged, some
of the commits were duplicated, causing build system to fail. Skip
those commits and add the rest starting at the next available
patch-start number.

Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Apr 26, 2024
1 parent 85936e7 commit 2184987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@master
with:
base-commit: 'ae94b97be2b81b625d6af6654d3ed79078b50ff6'
patch-start: 1100
base-commit: '58c9a06983cb68f04548713208b25c0b579b4043'
patch-start: 1120
qubes-component: 'grub2'
spec-pattern: '/^Patch1001:/'
spec-pattern: '/^Patch1119:/'

0 comments on commit 2184987

Please sign in to comment.