diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-28 19:16:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-28 19:16:49 -0400 |
commit | ab2978b7e513b2b429c08e836b3b519d0076cda2 (patch) | |
tree | 77fe143b736864a19df96962e5f0bb569e254efd /debian | |
parent | b6c54d40e5562303c6e5aff59aca01342f0056bd (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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
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 |