diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:37:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:37:37 -0400 |
commit | 5e9e96c4d898a9665f7acb49ae018fe1d85267b2 (patch) | |
tree | f0fcd3ea48d6ced5fcdc6f418ef2cd944624c18b | |
parent | 8bf6e1118ed0cfc168bdc31eb4d1a00cd4fc960e (diff) | |
parent | df163270ce976795716c98d54ed712dffe9ff006 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
5 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__/comment_13_bec0fb96b4b26382c20511a3c9ed537c._comment b/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__/comment_13_bec0fb96b4b26382c20511a3c9ed537c._comment new file mode 100644 index 000000000..878a6b376 --- /dev/null +++ b/doc/bugs/__91__Android__93___5.0_needs_PIE_executables___40__git_annex_does_not_work_on_android_5.0__41__/comment_13_bec0fb96b4b26382c20511a3c9ed537c._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="etset" + subject="Seems to be fixed" + date="2015-01-07T22:14:57Z" + content=""" +I didn't have an opportunity to do a sync with it yet, but the main problem seems to be gone with this last build: it now successfully opens and shows the assistant web interface. Thanks a lot! :D +"""]] diff --git a/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_2_160e80583b647eae53aa120ca734e34a._comment b/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_2_160e80583b647eae53aa120ca734e34a._comment new file mode 100644 index 000000000..cb2188efd --- /dev/null +++ b/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_2_160e80583b647eae53aa120ca734e34a._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="http://digiuser.livejournal.com/" + subject="Is there a way to make this upload all files that have not been uploaded yet?" + date="2015-01-08T02:37:51Z" + content=""" +Let's say I want my S3 repo to have all files in it that are in my current repo. Is there a variation of this while loop that will keep uploading until it's done? + +I recognize I could use annex assistant but let's say I just want to do it this way. +"""]] diff --git a/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_3_6d81a41edf052e310e1f80cc6add3c09._comment b/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_3_6d81a41edf052e310e1f80cc6add3c09._comment new file mode 100644 index 000000000..05e0cd3e3 --- /dev/null +++ b/doc/forum/is_there_a_way_to_automatically_retry_when_special_remotes_fail__63__/comment_3_6d81a41edf052e310e1f80cc6add3c09._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 3" + date="2015-01-08T18:13:47Z" + content=""" +That's what the while loop above does; runs the git-annex command, and retries it until it succeeds. +"""]] diff --git a/doc/tips/owncloudannex/comment_8_6579203d726f4a39db02fcdda156e12c._comment b/doc/tips/owncloudannex/comment_8_6579203d726f4a39db02fcdda156e12c._comment new file mode 100644 index 000000000..c0295be03 --- /dev/null +++ b/doc/tips/owncloudannex/comment_8_6579203d726f4a39db02fcdda156e12c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawn97aJ3CN48pBix54RDHRhqtBzeklNEbSA" + nickname="Manuel" + subject="advantage of owncloudannex over webdav remote?" + date="2015-01-08T18:00:48Z" + content=""" +It seems that owncloud can also be accessed using the webdav remote. Does owncloudannex offer any features which aren't implemented in the webdav remote? +"""]] diff --git a/doc/tips/using_Amazon_S3/comment_10_43f3f12a83e3ace1674eae395b865409._comment b/doc/tips/using_Amazon_S3/comment_10_43f3f12a83e3ace1674eae395b865409._comment new file mode 100644 index 000000000..fa306212f --- /dev/null +++ b/doc/tips/using_Amazon_S3/comment_10_43f3f12a83e3ace1674eae395b865409._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE" + nickname="Lemao" + subject="comment 10" + date="2015-01-07T23:53:32Z" + content=""" +My bad. I didn't realize git annex creates a new branch. After I pushed it, the clone was able to enableremote and I was able to get the file. + +"""]] |