Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
32ce9d2b
Verified
Commit
32ce9d2b
authored
Dec 13, 2019
by
boklm
Browse files
Bug 32750: Sign nightly sha256sums files with gpg
parent
8f76d71e
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/ansible/group_vars/boklm-tbb-nightly/tbb-nightly-build.yml
View file @
32ce9d2b
...
...
@@ -3,3 +3,4 @@ nightly_build_hostname: f4amtbsowhix7rrf.onion
nightly_build_url
:
'
http://{{
nightly_build_hostname
}}'
nightly_build_email_from
:
"
'Tor
Browser
Nightly
Builds
(boklm)
<boklm-tbb-nightly@riseup.net>',"
nightly_build_email_to
:
"
[
'boklm@torproject.org',
'sysrqb@torproject.org',
],"
nightly_build_sign_build
:
1
tools/ansible/roles/tbb-nightly-build/templates/rbm.local.conf
View file @
32ce9d2b
...
...
@@ -45,12 +45,14 @@ var:
local_conf
:
1
### The var/sign_build option defines if you want to sign the
### sha256sums-unsigned-build.txt file with gpg.
#sign_build: 1
### sha256sums-unsigned-build.txt and
### sha256sums-unsigned-build.incrementals.txt files with gpg.
{%
if
nightly_build_sign_build
is
defined
%}
sign_build
: {{
nightly_build_sign_build
}}{%
endif
%}
### The var/sign_build_gpg_opts option can be used to define some gpg
### options to select the key to use to sign the sha256sums-unsigned-build.txt
### file.
###
and sha256sums-unsigned-build.incrementals.txt
file
s
.
#sign_build_gpg_opts: '--local-user XXXXXXXX'
### The clean configuration is used by the cleaning script to find the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment