Skip to content

Instantly share code, notes, and snippets.

@marmarek
Created March 5, 2020 21:34
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 marmarek/f0e225b593650212108f1ea6974f5914 to your computer and use it in GitHub Desktop.
Save marmarek/f0e225b593650212108f1ea6974f5914 to your computer and use it in GitHub Desktop.
qubes-builder configuration for R4.1 devel builds
include example-configs/qubes-os-r4.1.conf
DIST_DOM0 = fc31
COMPONENTS = \
linux-kernel \
anaconda \
blivet \
installer-qubes-os \
core-admin-linux \
builder \
builder-rpm \
$(null)
# download pre-built templates
DISTS_VM =
INSTALLER_KICKSTART = /tmp/qubes-installer/conf/travis-iso-full.ks
USE_QUBES_REPO_VERSION=4.1
USE_QUBES_REPO_TESTING=1
INCREMENT_DEVEL_VERSIONS=1
PREFIX_fepitre = https://github.com/fepitre/qubes-
PREFIX_marmarek = https://github.com/marmarek/qubes-
#NO_CHECK=1
repo_location = $(eval GIT_URL_$(subst -,_,$(1)) := $(PREFIX_$(2))$(1)) \
$(eval BRANCH_$(subst -,_,$(1)) := $(3))
#$(call repo_location,installer-qubes-os,fepitre,dom0-fc31)
#$(call repo_location,anaconda,marmarek,discard-fs)
#$(call repo_location,lorax-templates,fepitre,qubes-release)
#$(call repo_location,mgmt-salt-dom0-qvm,fepitre,dom0-fc31)
#$(call repo_location,pungi,fepitre,dom0-fc31)
#$(call repo_location,pykickstart,fepitre,dom0-fc31)
#$(call repo_location,qubes-release,fepitre,dom0-fc31)
#$(call repo_location,artwork,fepitre,epoch)
#$(call repo_location,core-admin-linux,marmarek,install-cirrus)
#$(call repo_location,desktop-linux-kde-breeze,marmarek,dom0-fc31)
BRANCH_linux_kernel = stable-5.4
override DEPENDENCIES := make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment