[tbb-bugs] #14422 [Tor Browser]: Fix makefile rules to make+hash incrementals by default

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 28 23:49:53 UTC 2015


#14422: Fix makefile rules to make+hash incrementals by default
---------------------------+-----------------------------------------------
     Reporter:  mikeperry  |      Owner:  tbb-team
         Type:  defect     |     Status:  needs_review
     Priority:  normal     |  Milestone:
    Component:  Tor        |    Version:
  Browser                  |   Keywords:  tbb-gitian, TorBrowserTeam201501R
   Resolution:             |  Parent ID:
Actual Points:             |
       Points:             |
---------------------------+-----------------------------------------------

Comment (by boklm):

 Yes, if the previous version is not present, the incremental rule will
 fail and the hash rule will not be run.

 If we want to remove the incrementals failures and replace them with a
 warning, we can change the incrementals rules to something like this:

 {{{
 incrementals:
         ../tools/update-responses/gen_incrementals release || echo
 'Warning: could not generate incremental MARs.' >&2
 }}}

 Downloading the previous version if it is missing sounds like a good idea.
 However, I don't think we currently have a place from where to download
 it, as we are removing it from dist.tpo when there is a new release.

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


More information about the tbb-bugs mailing list