Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-03-29 13:09:50 -04:00
commit bf15c6d74e
5 changed files with 72 additions and 1 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlqOu7P4tb4D-Xo2pYrjln2NsAObtErliM"
nickname="Alexander"
subject="box.com fixed"
date="2013-03-29T15:15:31Z"
content="""
yes, box.com is now working. thanks.
german telekom still doesn't work though, due to the lock/unlock issue; see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698379
best regards,
alexander
"""]]

View file

@ -0,0 +1,30 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmaygIuV4bIfp-U5IRH51FwKHq-i7_os0c"
nickname="Mike"
subject="comment 4"
date="2013-03-29T04:03:44Z"
content="""
running the shell script directly:
> ./test.sh 23:43:25
git-annex-probe loggedin
/usr/local/bin/rsync
git-annex-probe rsync
Running your ssh command:
git-annex-probe loggedin
if: Expression Syntax.
Running the shell script through ssh:
ssh $HOSTNAME ./test.sh 23:54:39
git-annex-probe loggedin
/usr/local/bin/rsync
git-annex-probe rsync
"""]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 5"
date="2013-03-29T16:47:28Z"
content="""
Sounds like it may not provide a POSIX shell for interactive use (based on the error message, I think it's csh), in which case this could work:
ssh $HOSTNAME -n 'sh -c \"echo git-annex-probe loggedin;if which git-annex-shell; then echo git-annex-probe git-annex-shell; fi;if which rsync; then echo git-annex-probe rsync; fi\"'
"""]]