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
12d52de1
Commit
12d52de1
authored
6 years ago
by
boklm
Committed by
Georg Koppen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 26411: Stop using old MAR format in the second esr60-based stable release
parent
ad725d86
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
Makefile
+3
-3
3 additions, 3 deletions
Makefile
projects/tor-browser/build
+0
-5
0 additions, 5 deletions
projects/tor-browser/build
with
3 additions
and
8 deletions
Makefile
+
3
−
3
View file @
12d52de1
...
...
@@ -113,7 +113,7 @@ signtag-alpha: submodule-update
incrementals-release
:
submodule-update
$(
rbm
)
build release
--step
update_responses_config
--target
release
--target
create_unsigned_incrementals
tools/update-responses/download_missing_versions release
MAR_OLD_FORMAT
=
1
tools/update-responses/gen_incrementals release
tools/update-responses/gen_incrementals release
$(
rbm
)
build release
--step
hash_incrementals
--target
release
incrementals-alpha
:
submodule-update
...
...
@@ -132,9 +132,9 @@ update_responses-alpha: submodule-update
dmg2mar-release
:
submodule-update
$(
rbm
)
build release
--step
update_responses_config
--target
release
--target
signed
MAR_OLD_FORMAT
=
1
$(
rbm
)
build release
--step
dmg2mar
--target
release
--target
signed
$(
rbm
)
build release
--step
dmg2mar
--target
release
--target
signed
tools/update-responses/download_missing_versions release
CHECK_CODESIGNATURE_EXISTS
=
1
MAR_SKIP_EXISTING
=
1
MAR_OLD_FORMAT
=
1
tools/update-responses/gen_incrementals release
CHECK_CODESIGNATURE_EXISTS
=
1
MAR_SKIP_EXISTING
=
1 tools/update-responses/gen_incrementals release
dmg2mar-alpha
:
submodule-update
$(
rbm
)
build release
--step
update_responses_config
--target
alpha
--target
signed
...
...
This diff is collapsed.
Click to expand it.
projects/tor-browser/build
+
0
−
5
View file @
12d52de1
...
...
@@ -274,11 +274,6 @@ popd
cd
$
distdir
[
%
IF
c
(
"
var/build_mar
"
)
-%
]
[
%
IF
c
(
"
var/release
"
)
-%
]
# Let's use the bzip2 format for now so that users can update to the first
# esr60-based Tor Browser.
export
MAR_OLD_FORMAT
=
1
[
%
END
-%
]
# Create full MAR file and compressed package.
MAR_FILE
=
tor
-
browser
-
[
%
c
(
"
var/mar_osname
"
)
%
]
-
[
%
c
(
"
var/torbrowser_version
"
)
%
]
_
$
{
PKG_LOCALE
}.
mar
MAR
=
$
MARTOOLS
/
mar
MBSDIFF
=
$
MARTOOLS
/
mbsdiff
$
MARTOOLS
/
make_full_update
.
sh
-
q
$
OUTDIR
/
$
MAR_FILE
"
$TBDIR
"
...
...
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