Last active
April 13, 2020 13:52
-
-
Save fepitre/89903b9bfc629893453dec0b0897a9fc to your computer and use it in GitHub Desktop.
qubesos-4.1-fc32
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 | |
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