Skip to content

Instantly share code, notes, and snippets.

@woju
Created June 16, 2016 18:42
Show Gist options
  • Save woju/51a42873a1070f821c844810e0aa5431 to your computer and use it in GitHub Desktop.
Save woju/51a42873a1070f821c844810e0aa5431 to your computer and use it in GitHub Desktop.
# vim: ft=make ts=4 sw=4
# Ready to use config for full build of the Qubes OS 4.0 (as of yet, unreleased)
GIT_BASEURL ?= https://github.com
GIT_PREFIX ?= woju/qubes-
GIT_PREFIX =
GIT_SUFFIX =
NO_SIGN = 1
NO_CHECK = 1
BACKEND_VMM=xen
DIST_DOM0 ?= fc23
DISTS_VM ?= fc23
MGMT_COMPONENTS = \
mgmt-salt \
mgmt-salt-base \
mgmt-salt-base-topd \
mgmt-salt-base-config \
mgmt-salt-base-overrides \
mgmt-salt-dom0-qvm \
mgmt-salt-dom0-virtual-machines \
mgmt-salt-dom0-update
COMPONENTS = \
vmm-xen \
core-libvirt \
core-vchan-xen \
core-qubesdb \
linux-utils \
core-admin \
core-admin-linux \
core-agent-linux \
linux-kernel \
artwork \
gui-common \
gui-daemon \
gui-agent-linux \
gui-agent-xen-hvm-stubdom \
app-linux-split-gpg \
app-linux-tor \
app-thunderbird \
app-linux-pdf-converter \
app-linux-img-converter \
app-linux-input-proxy \
$(MGMT_COMPONENTS) \
linux-template-builder \
desktop-linux-kde \
desktop-linux-xfce4 \
linux-dom0-updates \
linux-pvgrub2 \
installer-qubes-os \
linux-yum \
vmm-xen-windows-pvdrivers \
antievilmaid \
builder \
builder-fedora
# manager \
BUILDER_PLUGINS = builder-fedora
BUILDER_PLUGINS += mgmt-salt
BRANCH_vmm_xen = xen-4.6
BRANCH_linux_kernel = stable-4.1
BRANCH_artwork = core3-devel
BRANCH_core_admin = core3-devel
BRANCH_core_admin_linux = core3-devel
BRANCH_core_qubesdb = core3-devel
BRANCH_gui_daemon = core3-devel
BRANCH_installer_qubes_os = core3-devel
BRANCH_linux_utils = core3-devel
TEMPLATE_LABEL ?=
TEMPLATE_LABEL += fc20:fedora-20
TEMPLATE_LABEL += fc21:fedora-21
TEMPLATE_LABEL += fc22:fedora-22
TEMPLATE_LABEL += fc23:fedora-23
# Uncomment this lines to enable Whonix template build
#DISTS_VM += whonix-gateway whonix-workstation
#COMPONENTS += template-whonix
#BUILDER_PLUGINS += template-whonix
# Uncomment this lines to enable Debian 8 template build
#DISTS_VM += jessie
#COMPONENTS += builder-debian
#BUILDER_PLUGINS += builder-debian
# Uncomment this line to enable Archlinux template build
#DISTS_VM += archlinux
#COMPONENTS += builder-archlinux
#BUILDER_PLUGINS += builder-archlinux
about::
@echo "qubes-os-master.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment