summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-06-18 17:28:25 -0400
committerJoey Hess2017-06-18 17:28:25 -0400
commit4b003643d60c9779607f1048035e9e9364bcda90 (patch)
tree7d6438a257a7771f69cb982b9e4bd5926565cb90
parent8f76c42229905a194db8905f7479f17630adde3e (diff)
propellor spin
-rw-r--r--doc/todo/spin_failure_HEAD.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/todo/spin_failure_HEAD.mdwn b/doc/todo/spin_failure_HEAD.mdwn
index 62c3e094..981e775c 100644
--- a/doc/todo/spin_failure_HEAD.mdwn
+++ b/doc/todo/spin_failure_HEAD.mdwn
@@ -97,8 +97,11 @@ Sending privdata (73139 bytes) to kite.kitenet.net ... done
> >
> >
> > I added debug dumping to gitPushHelper, and it seems to be
-> > reading the same truncated data, so it seems ok.
+> > reading the same truncated data, so it seems the problem is not there.
> >
> > Just after the gitPushMarker is sent, I made it read
> > a line from stdin, and it got the first line of the protocol.
-> >
+> > So the data is being sent over the ssh connection ok, and
+> > the mangling must happening after that point and before gitPushHelper.
+> > ... Could it be that git fetch itself is eating some of stdin? Or
+> > that "propellor --gitpush" is before it runs gitPushHelper?