Skip to content

Commit

Permalink
.github/workflows/build.yml: use qubes-builderv2
Browse files Browse the repository at this point in the history
This greatly simplifies build process. Previous approach was made
for repositories based on patches, it doesn't scale for "simple"
repositories which don't depend on external sources.

Workflow name was also shortened to make trigger ('pull_request' or
'push') wisible on PR page.

Signed-off-by: Krystian Hebel <[email protected]>
  • Loading branch information
krystian-hebel committed Oct 10, 2023
1 parent 14e83da commit b241333
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test build and package QubesOS RPMs
name: Create QubesOS RPMs

on:
pull_request:
Expand All @@ -7,11 +7,7 @@ on:
- '*'

jobs:
qubes-dom0-package:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-package.yml@master
antievilmaid:
uses: TrenchBoot/.github/.github/workflows/qubes-dom0-packagev2.yml
with:
base-commit: '62819a6fdf58d3d3c47aff5096dea9fb88ce1d53'
patch-start: 0000
qubes-component: 'antievilmaid'
spec-pattern: '/^Source0:/'
spec-file: 'anti-evil-maid'

0 comments on commit b241333

Please sign in to comment.