Skip to content
GitLab
Explore
Sign in
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
henry
tor-browser-build
Commits
c0242adc
Unverified
Commit
c0242adc
authored
8 years ago
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Add option to sign the sha256sums-unsigned-build.txt file
parent
444f6e22
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+9
-0
9 additions, 0 deletions
README
projects/release/config
+3
-0
3 additions, 0 deletions
projects/release/config
with
12 additions
and
0 deletions
README
+
9
−
0
View file @
c0242adc
...
@@ -149,6 +149,15 @@ the build files in the tor-browser-builds/ directory (unless you changed
...
@@ -149,6 +149,15 @@ the build files in the tor-browser-builds/ directory (unless you changed
the publish_dir option).
the publish_dir option).
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.
Cleaning obsolete files and containers images
Cleaning obsolete files and containers images
---------------------------------------------
---------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
projects/release/config
+
3
−
0
View file @
c0242adc
...
@@ -125,4 +125,7 @@ build: |
...
@@ -125,4 +125,7 @@ build: |
[% END -%]
[% END -%]
cd "$destdir"
cd "$destdir"
sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt
sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt
[% IF ENV.RBM_SIGN_BUILD -%]
gpg -abs [% ENV.RBM_GPG_OPTS %] sha256sums-unsigned-build.txt
[% END -%]
cat sha256sums-unsigned-build.txt
cat sha256sums-unsigned-build.txt
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