Skip to content

Instantly share code, notes, and snippets.

@paraschetal
Last active August 6, 2017 10:17
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 paraschetal/56161d058f5542ba6961178facbc527f to your computer and use it in GitHub Desktop.
Save paraschetal/56161d058f5542ba6961178facbc527f to your computer and use it in GitHub Desktop.
GIT_BASEURL ?= https://github.com
GIT_PREFIX ?= paraschetal/qubes-
NO_CHECK ?= 1
VERBOSE ?= 2
BACKEND_VMM=xen
DIST_DOM0 ?= fc25
DISTS_VM ?= fc25
USE_QUBES_REPO_VERSION=4.0
USE_QUBES_REPO_TESTING=1
COMPONENTS = \
linux-utils \
gui-daemon \
builder \
builder-fedora
BUILDER_PLUGINS = builder-fedora
BRANCH_builder = chroot-env
BRANCH_builder_fedora = env
BRANCH_gui_daemon = fix-hardcoded-CC
ENV_gui_daemon = "\
CC=clang \
CFLAGS=-fstack-protector-strong\ -Wall"
ENV_linux_utils = "\
CC=gcc \
CFLAGS=-Wall"
TEMPLATE_LABEL += fc25:fedora-25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment