This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecuredrop-workstation.conf
53 lines (45 loc) · 1.75 KB
/
securedrop-workstation.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# securedrop-workstation template configuration file for qubes-builder
#
# Copy or soft link this file into the qubes-builder directory
# and name it builder.conf
#
# All lines which begins with "#" are treated as comments
# Assigments can be made with VAR_NAME="VALUE"
# Remote info for build. The repo and branch must be publicly available
# (so you'll need to push to remote) in order for the build to work.
# While debugging, consider setting this to a personal fork, so you can
# iterate quickly.
# GIT_URL_template_securedrop_workstation = https://github.com/conorsch/qubes-template-securedrop-workstation
# BRANCH_template_securedrop_workstation ?= bullseye-support-1
GIT_URL_template_securedrop_workstation = https://github.com/freedomofpress/qubes-template-securedrop-workstation
BRANCH_template_securedrop_workstation ?= main
BUILDER_PLUGINS += builder-debian
BUILDER_PLUGINS += template-securedrop-workstation
USE_QUBES_REPO_VERSION = 4.1
# TEMPLATE_ONLY - Only build templates
# Set 1 to only build template or clear the value for a full build
# Default: novalue
TEMPLATE_ONLY ?= 1
# Release Version
# 2 - Release 2
# 3 - Release 3
# Default: 3
RELEASE := 4.1
DISTS_VM :=
DISTS_VM += securedrop-workstation
# DEBUG - Print verbose messages about qubes-builder itself - set "1" to use it
# Default: no value
DEBUG = 1
# VERBOSE - Verbosity level of build process
# 0 - print almost no messages but all build process
# 1 - print (almost) only warnings
# 2 - full output
# Default: 0
VERBOSE = 2
# Include template.conf configuration. Contains most of the rules to build
# the templates
include example-configs/templates.conf
# Used to identify which additional makefile configuration scripts are being used
about::
@echo "securedrop-workstation.conf"
# vim: filetype=make