Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-03-04 22:53:13 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-03-04 22:53:13 (GMT)
commit3d86a0d85d1f64481a453b051c1fd234b9a40a87 (patch)
tree6c71c62f6ec93f648eef977fe9b185e6aaf00f38
parent86fc4060f9db84725be89577a625ffecebb78263 (diff)
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..9b4f21d
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,9 @@
+From: Sascha Silbe <sascha-pgp@silbe.org>
+Subject: [PATCH] rebuild index on migration
+
+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>