Skip to content

Instantly share code, notes, and snippets.

@marmarek
Last active December 22, 2019 11:18
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/05f182e51d7cd1872aaea6b34c936920 to your computer and use it in GitHub Desktop.
Save marmarek/05f182e51d7cd1872aaea6b34c936920 to your computer and use it in GitHub Desktop.
builder.conf for a test R4.1 on fc31 build
include example-configs/qubes-os-r4.1.conf
DIST_DOM0 = fc31
ifeq (,$(filter salt,$(COMPONENTS)))
COMPONENTS := salt $(COMPONENTS)
endif
# download pre-built templates
DISTS_VM =
INSTALLER_KICKSTART = /tmp/qubes-installer/conf/travis-iso-full.ks
PREFIX_fepitre = https://github.com/fepitre/qubes-
PREFIX_marmarek = https://github.com/marmarek/qubes-
INCREMENT_DEVEL_VERSIONS=1
# don't look for signed tags on development build...
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,fepitre,dom0-fc31)
$(call repo_location,mgmt-salt-dom0-qvm,fepitre,dom0-fc31)
$(call repo_location,pungi,fepitre,dom0-fc31)
$(call repo_location,lorax,fepitre,dom0-fc31)
$(call repo_location,lorax-templates,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,desktop-linux-kde-baseapps,fepitre,dom0-fc31)
$(call repo_location,mgmt-salt,marmarek,dom0-fc31)
$(call repo_location,anaconda-addon,marmarek,dom0-fc31)
$(call repo_location,mgmt-salt-base,marmarek,dom0-fc31)
$(call repo_location,mgmt-salt-base-topd,marmarek,dom0-fc31)
$(call repo_location,blivet,marmarek,metadata-size)
$(call repo_location,desktop-linux-kde-breeze,marmarek,dom0-fc31)
$(call repo_location,vmm-xen,marmarek,devel/xen-4.13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment