diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-30 17:13:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-30 17:13:08 -0400 |
commit | c8ad8bb11f14673763a5456f470eebf06c5fbb15 (patch) | |
tree | 319b52ce4295ed85d1c45988652f47e370d70c18 /debian | |
parent | c77f3c72aea18ed9524171a1171205f0cbedc381 (diff) |
Run standalone install process when the assistant is started (was only being run when the webapp was opened).
I had thought that this was already done, but apparently not. There may
have been a reversion around version 5.20140606. Anna's laptop had its
desktop menu file etc having that version despite having upgraded git-annex
to a newer version. However, I could not find any commits that removed a
call to ensureInstalled.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 48f795954..bf0650496 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ git-annex (5.20140614) UNRELEASED; urgency=medium * Windows: Assistant now logs to daemon.log. * Fix bug in annex.queuesize calculation that caused much more queue flushing than necessary. + * Run standalone install process when the assistant is started + (was only being run when the webapp was opened). -- Joey Hess <joeyh@debian.org> Mon, 16 Jun 2014 11:28:42 -0400 |