Opened 2 years ago
Closed 2 years ago
#23654 closed defect (fixed)
Fix ja dmg file name in tor-browser-build
Reported by: | boklm | Owned by: | tbb-team |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Applications/Tor Browser | Version: | |
Severity: | Normal | Keywords: | tbb-rbm, TorBrowserTeam201709R |
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
In tor-browser-bundle we were renaming the ja-JP-mac dmg file to ja, and this part was missing in tor-browser-build.
Child Tickets
Change History (2)
comment:1 Changed 2 years ago by
Keywords: | TorBrowserTeam201709R added |
---|---|
Status: | new → needs_review |
comment:2 Changed 2 years ago by
Resolution: | → fixed |
---|---|
Status: | needs_review → closed |
Looks good to me, let's try it for -build5. Applied to master
(commit f42778f91a144375f29b2f584073e3b63b564553).
Note: See
TracTickets for help on using
tickets.
The branch
bug_23654_v2
has a patch to fix that:https://gitweb.torproject.org/user/boklm/tor-browser-build.git/commit/?h=bug_23654_v2&id=f42778f91a144375f29b2f584073e3b63b564553
I checked that it produce the correct change with:
The
ja
filename is used in the dmg filename, andja-JP-mac
is still used in all other places.