summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-22 13:32:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-22 13:32:10 -0400
commitc5719efe4528e29019235e89c3e997d9abce344b (patch)
tree07bc7951ce65198fb4840d8db975e47752643891
parentface409c2b7a00928826d29ac6b4523532850e10 (diff)
webapp: Fix bug when adding a remote and git-remote-gcrypt is not installed.
-rw-r--r--debian/changelog2
-rw-r--r--doc/bugs/Adding_unencrypted_repo_on_drive_in_webapp_gives_internal_server_error__.mdwn3
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5644d7066..51dbba396 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
git-annex (4.20131003) UNRELEASED; urgency=low
+ * webapp: Fix bug when adding a remote and git-remote-gcrypt
+ is not installed.
* The assitant can now run scheduled incremental fsck jobs on the local
repository and remotes. These can be configured using vicfg or with the
webapp.
diff --git a/doc/bugs/Adding_unencrypted_repo_on_drive_in_webapp_gives_internal_server_error__.mdwn b/doc/bugs/Adding_unencrypted_repo_on_drive_in_webapp_gives_internal_server_error__.mdwn
index 99af19d22..ab98c631e 100644
--- a/doc/bugs/Adding_unencrypted_repo_on_drive_in_webapp_gives_internal_server_error__.mdwn
+++ b/doc/bugs/Adding_unencrypted_repo_on_drive_in_webapp_gives_internal_server_error__.mdwn
@@ -64,3 +64,6 @@ h the git-annex assistant, paste in .git/annex/daemon.log
"""]]
I'm not at my computer, will check upstream Git later. Sorry if this has been reported before.
+
+> This only occurred when git-remote-gcrypt was not installed.
+> I've fixed the bug. [[done]] --[[Joey]]