Created
March 5, 2020 21:34
-
-
Save marmarek/f0e225b593650212108f1ea6974f5914 to your computer and use it in GitHub Desktop.
qubes-builder configuration for R4.1 devel builds
This file contains 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
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