Skip to content
GitLab
Menu
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
19497b09
Verified
Commit
19497b09
authored
Feb 19, 2020
by
boklm
Browse files
Bug 33380: Add *.json to sha256sums-unsigned-build.txt
parent
0e2585be
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/release/build
View file @
19497b09
...
...
@@ -46,7 +46,7 @@ RewriteRule ^sha256sums.txt.asc$ sha256sums-unsigned-build.txt.asc
RewriteRule
^
sha256sums
.
incrementals
.
txt
$
sha256sums
-
unsigned
-
build
.
incrementals
.
txt
RewriteRule
^
sha256sums
.
incrementals
.
txt
.
asc
$
sha256sums
-
unsigned
-
build
.
incrementals
.
txt
.
asc
EOF
sha256sum
$
(
ls
-
1
*
.
exe
*
.
tar
.
xz
*
.
dmg
*
.
mar
*
.
zip
*
.
tar
.
gz
*
.
apk
|
grep
-
v
'\.incremental\.mar$'
|
sort
)
>
sha256sums
-
unsigned
-
build
.
txt
sha256sum
$
(
ls
-
1
*
.
exe
*
.
tar
.
xz
*
.
dmg
*
.
mar
*
.
zip
*
.
tar
.
gz
*
.
apk
*
.
json
|
grep
-
v
'\.incremental\.mar$'
|
sort
)
>
sha256sums
-
unsigned
-
build
.
txt
[
%
IF
c
(
"var/sign_build"
)
-%
]
gpg
-
abs
[
%
c
(
"var/sign_build_gpg_opts"
)
%
]
sha256sums
-
unsigned
-
build
.
txt
[
%
END
-%
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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