Last active
January 22, 2018 15:39
-
-
Save marmarek/495552b34de6da59a9df91f9e8e7e23a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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