aggregate: Fix storing of changed md5.
authorJoey Hess <joey@kitenet.net>
Fri, 12 Jun 2009 23:24:47 +0000 (19:24 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 12 Jun 2009 23:24:47 +0000 (19:24 -0400)
commit90b4d079605b72bb50d1da41402d994960e10937
treee890291a896914a93e93fe46895e22724b96010a
parent9d4f803a01adbd83116b31df6636f0dd487f68f0
aggregate: Fix storing of changed md5.

The aggregate state merge code neglected to merge changes to the md5
field of an item. Therefore, if an item's md5 changed after initial
aggregation, it would be updated, and rewritten, each time thereafter.
This was wasteful and indirectly led to some expire problems.
IkiWiki/Plugin/aggregate.pm
debian/changelog