[tor-bugs] #26057 [Applications/Tor Browser]: Make it easy to see in the logs which commit was used in nightly build

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed May 9 08:42:33 UTC 2018


#26057: Make it easy to see in the logs which commit was used in nightly build
-------------------------------------------------+-------------------------
 Reporter:  boklm                                |          Owner:  tbb-
                                                 |  team
     Type:  task                                 |         Status:
                                                 |  needs_revision
 Priority:  Medium                               |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  TorBrowserTeam201805R, boklm201805,  |  Actual Points:
  tbb-rbm                                        |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------
Changes (by boklm):

 * keywords:  TorBrowserTeam201805, tbb-rbm => TorBrowserTeam201805R,
     boklm201805, tbb-rbm
 * status:  new => needs_revision


Comment:

 There is a patch to fix that in branch `bug_26057`:
 https://gitweb.torproject.org/user/boklm/tor-browser-
 build.git/commit/?h=bug_26057&id=78ab93d70e73cf37550f45d6fb8fd61825bc1e95

 Before this patch, the `filename` for the tor component in the nightly
 build is:
 {{{
 $ ./rbm/rbm showconf tor filename --target torbrowser-linux-x86_64
 --target nightly
 tor-master-linux-x86_64-a86e6c
 }}}

 After the patch:
 {{{
 $ ./rbm/rbm showconf tor filename --target torbrowser-linux-x86_64
 --target nightly
 tor-01d729cbfe88-linux-x86_64-13bdaf
 }}}

 We can now see from the `filename` (which is included in the logs) that
 the commit used is `01d729cbfe88`.

 We are doing the same change in the `obfs4`, `sandbox`, `tor-launcher` and
 `torbutton` components.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26057#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list