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 authored and SergiiDmytruk committed Jul 9, 2024
1 parent 1960da9 commit 9b7165d
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: '594fe4760a33158e7cd500825ee26a0c9aef5f6b'
patch-start: 1120
qubes-component: 'grub2'
spec-pattern: '/^Patch1001:/'
spec-pattern: '/^Patch1119:/'

0 comments on commit 9b7165d

Please sign in to comment.