[tbb-bugs] #12794 [Tor Browser]: Nightly builds are not always using the latest git commits for building

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Oct 9 09:01:35 UTC 2014


#12794: Nightly builds are not always using the latest git commits for building
-----------------------------+------------------------
     Reporter:  gk           |      Owner:  tbb-team
         Type:  defect       |     Status:  new
     Priority:  normal       |  Milestone:
    Component:  Tor Browser  |    Version:
   Resolution:               |   Keywords:  tbb-gitian
Actual Points:               |  Parent ID:
       Points:               |
-----------------------------+------------------------

Comment (by gk):

 To update this ticket I think at least part of the problem is:
 {{{
 ./check-prerequisites.sh: 35: ./check-prerequisites.sh: kvm-ok: not found
 ./check-prerequisites.sh: 38: ./check-prerequisites.sh: kvm-ok: not found
 make: *** [prep-nightly] Error 1
 }}}
 This leads to not executing
 {{{
 ./fetch-inputs.sh ../../gitian-builder/inputs/ versions.nightly
 }}}
 in the prep-nightly target and makes the first try to build the nightly
 fail. All subsequent tries just run `make build-nightly` which is *not*
 calling `fetch-inputs.sh`. This leads to the situation that the build
 inputs are never updated (unless this happens manually).

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


More information about the tbb-bugs mailing list