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\"'
"""]]

View file

@ -9,7 +9,7 @@ about whether an update contained the total number of bytes transferred, or
the delta of bytes transferred since the last update. One way this bug
showed up was progress bars that seemed to stick at 0% for a long time.
Happened for most special remotes, although not for rsync or git remotes.
In order to fix it comprehensively, I add a new BytesProcessed data type,
In order to fix it comprehensively, I added a new BytesProcessed data type,
that is explicitly a total quantity of bytes, not a delta. And checked and
fixed all the places that used a delta as that type was knitted into
the code.

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="diepes"
ip="105.227.34.36"
subject="rsync description and example"
date="2013-03-29T15:57:20Z"
content="""
Hi, I would like to see a example of setting up / using e.g. rsync.net as a repo.
Please also provide a highlevel description of how the rsync repo fits in with git-annex.
Q1. can you adds files to the remote rsync repo, and will they be detected and synced back ?
Q2. is all the git history rsync'd to remote ? how do i recover if i loose all data except the remote rsync repo ?
"""]]