Skip to content

Instantly share code, notes, and snippets.

@marmarek
Last active January 22, 2018 15:39
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/495552b34de6da59a9df91f9e8e7e23a to your computer and use it in GitHub Desktop.
Save marmarek/495552b34de6da59a9df91f9e8e7e23a to your computer and use it in GitHub Desktop.
GIT_BASEURL ?= https://github.com
GIT_PREFIX ?= QubesOS/qubes-
NO_SIGN ?= 1
VERBOSE ?= 2
BACKEND_VMM = xen
DIST_DOM0 ?=
DISTS_VM ?= whonix-gateway whonix-workstation
USE_QUBES_REPO_VERSION ?= 4.0
USE_QUBES_REPO_TESTING ?= 1
BRANCH ?= master
COMPONENTS ?= \
linux-template-builder \
builder \
builder-debian \
template-whonix
BUILDER_PLUGINS ?= \
builder-debian \
template-whonix
GIT_URL_template_whonix = https://github.com/adrelanos/qubes-template-whonix
import-whonix-keys:
if ! [ -d "$(KEYRING_DIR_GIT)" ]; then \
export GNUPGHOME="$(KEYRING_DIR_GIT)"; \
scripts/verify-git-tag; \
gpg --keyserver pgp.mit.edu --recv-key 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA || exit 1; \
echo '916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:6:' | gpg --import-ownertrust; \
fi
get-sources: import-whonix-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment