aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 16:22:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2018-03-07 16:22:56 -0400
commit5c2710fc68cfa167f991171077e9bed9738a5bd0 (patch)
tree043459d50baf66fe1c5f854a7c909fac9ccad4d0
parent2bd584c16df575508cd7769edccafa74bf881daf (diff)
parente3f855e8e0401ecf966631d565e234fd61a6d765 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_2_888d17279dc33de32d7433f1f88e94e1._comment13
-rw-r--r--doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_3_56eeb148889bc95a464f00208775aae1._comment34
2 files changed, 47 insertions, 0 deletions
diff --git a/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_2_888d17279dc33de32d7433f1f88e94e1._comment b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_2_888d17279dc33de32d7433f1f88e94e1._comment
new file mode 100644
index 000000000..ba7b1fded
--- /dev/null
+++ b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_2_888d17279dc33de32d7433f1f88e94e1._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="https://tribut.de/"
+ nickname="Felix"
+ avatar="http://cdn.libravatar.org/avatar/d7508a030fd9902a76b02f7feff1327e80400a1317ee98e463c68ef4c9c40bb8"
+ subject="comment 2"
+ date="2018-03-07T20:02:07Z"
+ content="""
+OK, sorry for making this weird bug report then. I was getting errors like
+
+ rrsync: SSH_ORIGINAL_COMMAND='git-annex-shell' is not rsync
+
+so I assumed that my rrsync setup was incorrect and maybe it had something to do with your [recent blog](https://git-annex.branchable.com/devblog/day_486__time_to_ditch_rsync/). Unfortunately I cannot reproduce it right now, so I guess I'll wait until it happens again.
+"""]]
diff --git a/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_3_56eeb148889bc95a464f00208775aae1._comment b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_3_56eeb148889bc95a464f00208775aae1._comment
new file mode 100644
index 000000000..10ed73864
--- /dev/null
+++ b/doc/bugs/GIT__95__ANNEX__95__SHELL__95__DIRECTORY_won__39__t_match/comment_3_56eeb148889bc95a464f00208775aae1._comment
@@ -0,0 +1,34 @@
+[[!comment format=mdwn
+ username="https://tribut.de/"
+ nickname="Felix"
+ avatar="http://cdn.libravatar.org/avatar/d7508a030fd9902a76b02f7feff1327e80400a1317ee98e463c68ef4c9c40bb8"
+ subject="comment 3"
+ date="2018-03-07T20:15:00Z"
+ content="""
+Got it to happen at least (though I do not believe this is was caused me to investigate this)...
+
+This works:
+
+ ± git annex sync --content
+ commit
+ On branch master
+ Your branch is up to date with 'origin/master'.
+
+ nothing to commit, working tree clean
+ ok
+ pull origin
+ ok
+
+This gives the error:
+
+ ± git annex sync -J4 --content
+ /usr/local/bin/rrsync: SSH_ORIGINAL_COMMAND='git-annex-shell inannex .' is not rsync
+
+ Unable to run git-annex-shell on remote .
+ On branch master
+ Your branch is up to date with 'origin/master'.
+
+ nothing to commit, working tree clean
+ commit ok
+ pull origin ok
+"""]]