Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha.silbe@caravan.local>2010-10-05 17:10:34 (GMT)
committer Sascha Silbe <sascha.silbe@caravan.local>2010-10-05 17:10:34 (GMT)
commit1bea5ba5b744f6b058bb979d930a515623d044da (patch)
treee181e1e288b71754122da6247eee19b10820723f
parent2478a112706303daa8a2c599cc0af1f4e9bd0345 (diff)
parent37c62d446c90deb8ac789f8fad356d4829bd8d60 (diff)
Merge remote branch 'refs/remotes/origin/t/migration-rebuild-index' into HEAD
-rw-r--r--.topdeps1
-rw-r--r--.topmsg9
2 files changed, 10 insertions, 0 deletions
diff --git a/.topdeps b/.topdeps
new file mode 100644
index 0000000..9c9ac90
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+upstream/master
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000..1fa7b88
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,9 @@
+From: Sascha Silbe <sascha-pgp@silbe.org>
+Subject: [PATCH] rebuild index on migration (#1787)
+
+Currently we force an index rescan on migration, but not a rebuild.
+Any entry that's already in the index will _not_ be updated.
+This patch fixes the migration logic to do a full index rebuild,
+thus actually migrating the index.
+
+Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>