Skip to content

Instantly share code, notes, and snippets.

@fepitre
Created September 8, 2022 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fepitre/4a7ebe35357019eabcdf2dcba64ba28b to your computer and use it in GitHub Desktop.
Save fepitre/4a7ebe35357019eabcdf2dcba64ba28b to your computer and use it in GitHub Desktop.
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: user@qubes.notset.fr:/repo/notset/rpm/
deb: user@qubes.notset.fr:/repo/notset/deb/
iso: user@qubes.notset.fr:/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