summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess2017-06-18 16:30:57 -0400
committerJoey Hess2017-06-18 16:30:57 -0400
commitbdbc4155ee1c39e5baac58e95980d50cf2fb897a (patch)
tree378dc796d8d78b1c61ff7f43b5ce1d3dc76e281e /doc/todo
parent3a3c8a731d169a2768dd243581803dcb7b275049 (diff)
propellor spin
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/spin_failure_HEAD.mdwn20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/todo/spin_failure_HEAD.mdwn b/doc/todo/spin_failure_HEAD.mdwn
index 7c4976ab..39b64cbd 100644
--- a/doc/todo/spin_failure_HEAD.mdwn
+++ b/doc/todo/spin_failure_HEAD.mdwn
@@ -39,4 +39,22 @@ but the rest of the propellor runs doesn't happen. --[[Joey]]
> > outputConcurrent. After I fixed it to use errorConcurrent,
> > it displayed the "git fetch from client failed" error message instead.
> >
-> >
+> > Next step is probably to enable `GIT_TRACE_PACKET` debugging.
+> > I did so on kite, but then propellor --spin succeeded.
+> > Here's the debug output I got when it worked, for later comparison
+> > next time it fails. Note the HEAD ref is given first thing.
+
+<pre>
+Sending privdata (73139 bytes) to kite.kitenet.net ... done
+[2017-06-18 16:27:12 EDT] received marked PRIVDATA
+[2017-06-18 16:27:12 EDT] requested marked GITPUSH
+[2017-06-18 16:27:13 EDT] received marked GITPUSH
+[2017-06-18 16:27:13 EDT] command line: GitPush 11 12
+16:27:13.953638 pkt-line.c:80 packet: fetch< 3a3c8a731d169a2768dd243581803dcb7b275049 HEAD\0multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed symref=HEAD:refs/heads/joeyconfig agent=git/2.11.0
+(omitted 364 lines of refs)
+16:27:14.352945 pkt-line.c:80 packet: fetch< 0000
+From .
+ * branch HEAD -> FETCH_HEAD
+16:27:14.379922 pkt-line.c:80 packet: fetch> 0000
+Sending git update to kite.kitenet.net ... done
+</pre>