From 90c4f6a38fc10f584c0f7259d05aa46196b8c14b Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 23 May 2014 14:57:43 +0000 Subject: [PATCH] Added a comment --- ...t_3_4aa72acc0938f7f824ba10f3f102e8bc._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/remote_not_showing_up_in_webapp/comment_3_4aa72acc0938f7f824ba10f3f102e8bc._comment diff --git a/doc/bugs/remote_not_showing_up_in_webapp/comment_3_4aa72acc0938f7f824ba10f3f102e8bc._comment b/doc/bugs/remote_not_showing_up_in_webapp/comment_3_4aa72acc0938f7f824ba10f3f102e8bc._comment new file mode 100644 index 0000000000..c0280b48bc --- /dev/null +++ b/doc/bugs/remote_not_showing_up_in_webapp/comment_3_4aa72acc0938f7f824ba10f3f102e8bc._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="24.159.78.125" + subject="comment 3" + date="2014-05-23T14:57:43Z" + content=""" +Yesterday, I made the webapp register ssh remotes it creates. +They then show up in the webapp when run in a repository where that ssh +remote is not enabled. + +You can also manually register a ssh remote. First set up the git remote +as usual. Then run `git annex initremote type=git name=foo +location=$url`. + +So, this bugs titular issue is fixed, but the issue of it displaying \"unknown\" rather than the remote description is not yet fixed. Will retitle this bug appropriately, and leave open until that gets fixed. +"""]]