Skip to content

Commit

Permalink
Use git to fetch Xen source code
Browse files Browse the repository at this point in the history
Use new builderv2 functionality to fetch Xen directly from git, instead
of using release tarballs. This allows updating to arbitrary version
before release tarballs are generated.
  • Loading branch information
marmarek committed Aug 1, 2024
1 parent 4a12d2c commit 5747625
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ vm:
- archlinux
source:
files:
- url: https://downloads.xenproject.org/release/xen/@VERSION@/xen-@[email protected]
signature: https://downloads.xenproject.org/release/xen/@VERSION@/xen-@[email protected]
# - url: https://downloads.xenproject.org/release/xen/@VERSION@/xen-@[email protected]
# signature: https://downloads.xenproject.org/release/xen/@VERSION@/xen-@[email protected]
# - git-url: https://gitlab.com/xen-project/xen.git
- git-url: https://xenbits.xenproject.org/git-http/xen.git
tag: RELEASE-4.17.4
git-basename: xen-4.17.4
pubkeys:
- xen.org-key.asc

0 comments on commit 5747625

Please sign in to comment.