aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-28 19:16:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-28 19:16:49 -0400
commitab2978b7e513b2b429c08e836b3b519d0076cda2 (patch)
tree77fe143b736864a19df96962e5f0bb569e254efd
parentb6c54d40e5562303c6e5aff59aca01342f0056bd (diff)
webapp: Filter out from Switch Repository list any repositories listed in autostart file that don't have a git directory anymore.
Trying to start in such a repo will, obviously, fail. Note that assistant --autostart will try to start in such a repo, and fail, but does start successfully in the other autostart repos.
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e042624f3..172830637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
git-annex (5.20140228) UNRELEASED; urgency=medium
* Probe for quvi version at run time.
+ * webapp: Filter out from Switch Repository list any
+ repositories listed in autostart file that don't have a
+ git directory anymore.
-- Joey Hess <joeyh@debian.org> Fri, 28 Feb 2014 14:52:15 -0400