[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2934: The towncrier step fails sometimes

Tahoe-LAFS trac at tahoe-lafs.org
Wed Aug 8 18:06:33 UTC 2018


#2934: The towncrier step fails sometimes
-----------------------------------------+-----------------------
     Reporter:  exarkun                  |      Owner:
         Type:  defect                   |     Status:  closed
     Priority:  normal                   |  Milestone:  undecided
    Component:  unknown                  |    Version:  1.12.1
   Resolution:  somebody else's problem  |   Keywords:
Launchpad Bug:                           |
-----------------------------------------+-----------------------
Changes (by exarkun):

 * status:  new => closed
 * resolution:   => somebody else's problem


Comment:

 This seems to be a combination of TravisCI's behavior on "branch builds":

 {{{
 git clone --depth=1000 --branch=towncrier-lint-failures
 https://github.com/LeastAuthority/tahoe-lafs.git
 }}}

 which results in a masterless checkout and towncrier's method of
 implementing its check feature:

 {{{
 ['git', 'diff', '--name-only', u'origin/master...']
 }}}

 The problem is somewhat exacerbated by the towncrier behavior of hiding
 the git output in this case.

 I'm going to call this not a bug in Tahoe-LAFS.  I've disabled "branch
 build" for LeastAuthority/tahoe-lafs (not even sure why it was on) and
 sent a PR to towncrier to improve error reporting
 (https://github.com/hawkowl/towncrier/pull/125).

--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2934#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list