chiark / gitweb /
dgit: $isuite handling: Defer calls to access_* until first `want'
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Jan 2017 16:07:15 +0000 (16:07 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 9 Jan 2017 16:07:15 +0000 (16:07 +0000)
commit65c5679375e4c1b05bb621624bc9686cab422561
treec75e93a4e4f8823cdcbf2116314de7c9e409ee4d
parent1837d3b05b891491c548a4a3b869f5ed24239886
dgit: $isuite handling: Defer calls to access_* until first `want'

pushing, rpush_handle_protovsn_bothends, and quiltmode, all depend on
access_*.  For that we need $isuite, but we only get that (in the form
of $csuite) from the build host.

We can move all of these calls into i_resp_want, which is called the
first time the build host actually wants something from us.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit