assistant: Fix NetWatcher to not sync with remotes that have remote.<name>.annex-sync set to false.

This affected both the hourly NetWatcherFallback thread and the syncing
when network connection is detected.

It was a reversion of sorts, introduced in
8861e270be, when annex-ignore was changed to
not control git syncing. I forgot to make it check annex-sync at that
point.
This commit is contained in:
Joey Hess 2013-07-26 16:53:50 -04:00
parent c902e3c133
commit 97f3aecb17
3 changed files with 10 additions and 4 deletions

View file

@ -27,3 +27,7 @@ Everything up-to-date
Everything up-to-date
Everything up-to-date
"""]]
> Excellent bug report! Especially useful that you tracked it
> down to the NetWatcher. Indeed it was not honoring the
> annex-sync setting. [[fixed|done]] --[[Joey]]