summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2015-01-25 22:50:38 +0000
committerGravatar admin <admin@branchable.com>2015-01-25 22:50:38 +0000
commit814d7ad411e589f72e035d145a8ef9b8f28fbe9e (patch)
tree0b8a05d71686e2b0d54cb672b2dbe19c16ccc82f
parentbb5611c3942230eea51c075d616165224b60313e (diff)
clarify question
-rw-r--r--doc/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote.mdwn b/doc/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote.mdwn
index a42536087..e38e57c15 100644
--- a/doc/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote.mdwn
+++ b/doc/forum/Error_from_git-annex-shell_on_creation_of_gcrypt_special_remote.mdwn
@@ -1,4 +1,4 @@
-I just created a gcrypt special remote and got an error from `git-annex-shell`, though my local git-annex didn't complain and seemed to think the creation went okay.
+I just created a gcrypt special remote and got an error from (I think) `git-annex-shell`, though my local git-annex didn't complain and seemed to think the creation went okay.
annex $ ga initremote ma type=gcrypt encryption=hybrid gitrepo=ssh://ma/meta/s/spw/local/annex keyid=3B6D411B
(merging synced/git-annex into git-annex...)
@@ -23,6 +23,6 @@ I just created a gcrypt special remote and got an error from `git-annex-shell`,
Further `git annex sync ma` runs go off without a hitch and the master branch gets pushed a synced/master, though it didn't get pushed on this initial creation as can be seen from the above output.
-Is this a bug? Do I have anything to worry about? Thanks.
+Is it a bug that my local git-annex said "ok" when there was an error, or is this just a case of my local git-annex falling back to rsync instead of git-annex-shell because I didn't set up my $PATH properly on the remote? Should I be worried that my gcrypt repo wasn't set up correctly and thus can't be trusted to hold my annexed data and metadata? Thanks.
-Local git-annex: 5.20141125. Remote git annex (standalone build): 5.20150113-gcf247cf.
+Local git-annex: 5.20141125. Remote git-annex (standalone build): 5.20150113-gcf247cf.