Skip to content

Instantly share code, notes, and snippets.

@fepitre
Last active April 13, 2020 13:52
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/89903b9bfc629893453dec0b0897a9fc to your computer and use it in GitHub Desktop.
Save fepitre/89903b9bfc629893453dec0b0897a9fc to your computer and use it in GitHub Desktop.
qubesos-4.1-fc32
include example-configs/qubes-os-r4.1.conf
VERBOSE=2
DEBUG=1
DIST_DOM0=fc32
DISTS_VM=fc32
TEMPLATE_LABEL += fc32:fedora-32
PREFIX_fepitre = https://github.com/fepitre/qubes-
PREFIX_marmarek = https://github.com/marmarek/qubes-
INCREMENT_DEVEL_VERSIONS=1
NO_CHECK = 1
repo_location = $(eval GIT_URL_$(subst -,_,$(1)) := $(PREFIX_$(2))$(1)) \
$(eval BRANCH_$(subst -,_,$(1)) := $(3))
$(call repo_location,vmm-xen,fepitre,fc32)
$(call repo_location,core-admin,fepitre,fc32)
$(call repo_location,core-libvirt,fepitre,fc32)
$(call repo_location,grub2,fepitre,fc32)
$(call repo_location,linux-firmware,fepitre,fc32)
$(call repo_location,linux-kernel,fepitre,v5.4.31)
$(call repo_location,vmm-xen-stubdom-legacy,fepitre,fc32)
$(call repo_location,vmm-xen-stubdom-linux,fepitre,fc32)
$(call repo_location,app-linux-pdf-converter,fepitre,fc32)
$(call repo_location,desktop-linux-i3,fepitre,fc32)
$(call repo_location,desktop-linux-awesome,fepitre,fc32)
$(call repo_location,qubes-release,fepitre,fc32)
$(call repo_location,artwork,fepitre,fc32)
$(call repo_location,installer-qubes-os,fepitre,fc32)
$(call repo_location,pykickstart,fepitre,fc32)
$(call repo_location,blivet,fepitre,fc32)
$(call repo_location,lorax,fepitre,fc32)
$(call repo_location,pungi,fepitre,fc32)
$(call repo_location,anaconda,fepitre,fc32)
$(call repo_location,anaconda-addon,fepitre,fc32)
$(call repo_location,salt,fepitre,fc32)
$(call repo_location,builder-rpm,fepitre,updates)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment