Created
September 8, 2022 08:51
-
-
Save fepitre/4a7ebe35357019eabcdf2dcba64ba28b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git: | |
baseurl: https://github.com | |
prefix: fepitre/qubes- | |
branch: builderv2 | |
maintainers: | |
- 9FA64B92F95E706BF28E2CA6484010B5CDC576E2 | |
backend-vmm: xen | |
debug: true | |
verbose: true | |
qubes-release: r4.2 | |
reuse-fetched-source: true | |
min-age-days: 3 | |
use-qubes-repo: | |
version: 4.1 | |
testing: false | |
gpg-client: gpg | |
sign-key: | |
rpm: 632F8C69E01B25C9E0C3ADF2F360C0D259FB650C | |
deb: 632F8C69E01B25C9E0C3ADF2F360C0D259FB650C | |
iso: 632F8C69E01B25C9E0C3ADF2F360C0D259FB650C | |
# Path relative to qubesbuilder/plugins/installer | |
iso: | |
kickstart: conf/iso-full-online.ks | |
distributions: | |
- vm-bullseye | |
templates: | |
- fedora-36-xfce: | |
dist: fc36 | |
flavor: xfce | |
artifacts-dir: /home/user/qubes-builderv2/artifacts | |
components: | |
- core-vchan-xen | |
less-secure-signed-commits-sufficient: | |
- core-vchan-xen | |
repository-publish: | |
components: current-testing | |
templates: templates-itl-testing | |
repository-upload-remote-host: | |
rpm: [email protected]:/repo/notset/rpm/ | |
deb: [email protected]:/repo/notset/deb/ | |
iso: [email protected]:/iso/ | |
executor: | |
type: docker | |
options: | |
image: "qubes-builder-fedora:latest" | |
# clean: false | |
stages: | |
- fetch | |
- prep | |
- build | |
- post | |
- verify | |
- sign: | |
executor: | |
type: local | |
- publish: | |
executor: | |
type: local | |
- upload: | |
executor: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment