Opened 16 months ago
Closed 13 months ago
#23892 closed defect (fixed)
Include -debug files in alpha builds
Reported by: | boklm | Owned by: | tbb-team |
---|---|---|---|
Priority: | Medium | Milestone: | |
Component: | Applications/Tor Browser | Version: | |
Severity: | Normal | Keywords: | tbb-rbm, TorBrowserTeam201712R |
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
In the gitian build we made and published -debug files for the firefox and tor components.
We are also creating them in tor-browser-build
, however the step where we copy them to the directory we publish is missing.
Child Tickets
Change History (5)
comment:1 Changed 16 months ago by
Keywords: | TorBrowserTeam201711 added; TorBrowserTeam201710 removed |
---|
comment:3 Changed 15 months ago by
Keywords: | TorBrowserTeam201712 added; TorBrowserTeam201711 removed |
---|
Moving tickets to December 2017, for realz.
comment:4 Changed 14 months ago by
Keywords: | TorBrowserTeam201712R added; TorBrowserTeam201712 removed |
---|---|
Status: | new → needs_review |
I made a patch to fix this in branch bug_23892_v2
:
https://gitweb.torproject.org/user/boklm/tor-browser-build.git/commit/?h=bug_23892_v2&id=37f0c27c86be1d98457e472ef38f23032ab4262a
One difference remaining with what we had in tor-browser-bundle
is that the debug files are stored in .tar.gz
files instead of .zip
files. I think using tar.gz files is quite common on Linux, but I can change it to zip files if we want to keep the same as what we had in previous versions.
comment:5 Changed 13 months ago by
Resolution: | → fixed |
---|---|
Status: | needs_review → closed |
.tar.gz
files are fine with me. Cherry-picked to master
(and commit message slightly updated) in commit ea4d78280772479da994c3222e76eabe47b26257, thanks.
Moving tickets over to November.