Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <silbe@activitycentral.com>2011-03-04 14:02:10 (GMT)
committer Sascha Silbe <silbe@activitycentral.com>2011-03-04 14:02:10 (GMT)
commitda804f766b380bb6f3250ca8cbbedea66b0abc74 (patch)
treef675d0e456e07d0dd0b28f1400e593f8f518adca
parentb8275bca38e6cd57b96cec6724cf86bbee7a6a51 (diff)
parenta2f730d875bffa7fd89c4969c9403c9525bf56a0 (diff)
Merge remote branch 'refs/remotes/origin/t/migration-rebuild-index' into HEAD
* refs/remotes/origin/t/migration-rebuild-index: factor out migration logic version bump to force index rebuild set ticket number rebuild index on migration set description
-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>