Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
tor-browser-build
Commits
adf23abd
Unverified
Commit
adf23abd
authored
5 years ago
by
Nicolas Vigier
Browse files
Options
Downloads
Patches
Plain Diff
Bug 32751: Sign incrementals sha256sums too if var/sign_build is set
parent
5cafc16c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+5
-5
5 additions, 5 deletions
README
projects/release/hash_incrementals
+3
-0
3 additions, 0 deletions
projects/release/hash_incrementals
rbm.local.conf.example
+3
-2
3 additions, 2 deletions
rbm.local.conf.example
with
11 additions
and
7 deletions
README
+
5
−
5
View file @
adf23abd
...
...
@@ -155,11 +155,11 @@ Signing builds
--------------
If the environment variable RBM_SIGN_BUILD is set to 1, the
sha256sums-unsigned-build.txt
file will be signed with gpg.
You can use the RBM_GPG_OPTS environment
variable to add some options
to the gpg command used to sign the file.
You can also set the
var/sign_build and var/sign_build_gpg_opts options
in the rbm.local.conf
file.
sha256sums-unsigned-build.txt
and sha256sums-unsigned-build.incrementals.txt
files will be signed with gpg.
You can use the RBM_GPG_OPTS environment
variable to add some options
to the gpg command used to sign the file.
You can also set the
var/sign_build and var/sign_build_gpg_opts options
in the rbm.local.conf
file.
Cleaning obsolete files and containers images
...
...
This diff is collapsed.
Click to expand it.
projects/release/hash_incrementals
+
3
−
0
View file @
adf23abd
...
...
@@ -6,3 +6,6 @@
cd
[
% shell_quote
(
path
(
dest_dir
))
%]/[% c
(
"var/signed_status"
)
%]/[% c
(
"version"
)
%]-[% c
(
"var/torbrowser_build"
)
%]
[
% END -%]
sha256sum
`
ls
-1
|
grep
'\.incremental\.mar$'
|
sort
`
>
sha256sums-[% c
(
"var/signed_status"
)
%]-build.incrementals.txt
[
% IF c
(
"var/sign_build"
)
-%]
gpg
-abs
[
% c
(
"var/sign_build_gpg_opts"
)
%] sha256sums-[% c
(
"var/signed_status"
)
%]-build.incrementals.txt
[
% END -%]
This diff is collapsed.
Click to expand it.
rbm.local.conf.example
+
3
−
2
View file @
adf23abd
...
...
@@ -45,12 +45,13 @@ var:
local_conf
:
1
### The var/sign_build option defines if you want to sign the
### sha256sums-unsigned-build.txt file with gpg.
### sha256sums-unsigned-build.txt and
### sha256sums-unsigned-build.incrementals.txt files with gpg.
#sign_build: 1
### 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment