summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-26 16:53:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-26 16:54:20 -0400
commit29436c57435a44dff91e3408f535d44ffe99f577 (patch)
treee7a8eda0848c4c942846136e085fcb88ae0a9c1e /debian
parent8a5226ec12a0851abf2c86222ed5446f45657768 (diff)
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 8655ea7f8e853b7de4defbca2655b741362ecd21, when annex-ignore was changed to not control git syncing. I forgot to make it check annex-sync at that point.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f904e7df4..929242629 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ git-annex (4.20130724) UNRELEASED; urgency=low
gpg.
* unused: No longer shows as unused tmp files that are actively being
transferred.
+ * assistant: Fix NetWatcher to not sync with remotes that have
+ remote.<name>.annex-sync set to false.
-- Joey Hess <joeyh@debian.org> Tue, 23 Jul 2013 12:39:48 -0400