forked from QubesOS/qubes-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.setup.data
90 lines (78 loc) · 2.79 KB
/
.setup.data
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[releases]
default : 3.2
2 : Qubes Release 2.0
3 : Qubes Release 3.0
3.1 : Qubes Release 3.1
3.2 : Qubes Release 3.2
[0x36879494]
type : gpg
key : 427F11FD0FAA4B080123F01CDDFA1A3E36879494
owner : Qubes Master Signing Key
fingerprint : 427F 11FD 0FAA 4B08 0123 F01C DDFA 1A3E 3687 9494
verify : fpr:::::::::427F11FD0FAA4B080123F01CDDFA1A3E36879494:
url : https://wiki.qubes-os.org/wiki/VerifyingSignatures
[0x42CFA724]
type : gpg
key : 0064428F455451B3EBE78A7F063938BA42CFA724
owner : Marek Marczykowski-Górecki (Qubes OS signing key) <[email protected]>
fingerprint : 0064 428F 4554 51B3 EBE7 8A7F 0639 38BA 42CF A724
verify : fpr:::::::::0064428F455451B3EBE78A7F063938BA42CFA724:
url :
[repo-0]
type : repo
description : Unstable - Bleeding Edge Development
prefix : marmarek/qubes-
[repo-1]
type : repo
description : Unstable - The Big Boss Repo
prefix : joanna/qubes-
[repo-2]
type : repo
description : Unstable - Awesome Developer Repo
prefix : woju/qubes-
[builder-fedora]
id : builder-fedora
type : builder
description : Fedora Builder - Contains all Makefiles to build Fedora based templates
require : None
require_in : fc
[builder-debian]
id : builder-debian
type : builder
description : Debian Builder - Contains all Makefiles to build Debian based templates
require : None
require_in : wheezy jessie stretch whonix trusty xenial
[builder-archlinux]
id : builder-archlinux
type : builder
description : Archlinux Builder - Contains all Makefiles to build Archlinux based templates
require : None
require_in : archlinux
[template-whonix]
id : template-whonix
type : builder
description : Whonix Builder - Template flavor to build Whonix Gateway and Workstation
require : builder-debian
require_in : whonix
key : 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA
owner : Patrick Schleizer <[email protected]>
fingerprint : 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
verify : fpr:::::::::916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:
url : https://www.whonix.org/wiki/Whonix_Signing_Key
# require is a dependency to use
# require_in forces the named component to be required (not optional)
# optional: lists dists compatible options
# If 'development' is 'True' it will not be shown unless setup is started with --development
[mgmt-salt]
id : mgmt-salt
type : builder
description : Build Salt Stack management components
require : None
require_in : None
[mgmt-salt-dev]
id : mgmt-salt-dev
type : builder
description : Build and install all optional Salt Management Formulas
require : mgmt-salt
require_in : None
development : True