chiark / gitweb /
Keep track of what attrs were modified in apps/builds
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 3 Dec 2015 15:46:21 +0000 (16:46 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 3 Dec 2015 15:46:21 +0000 (16:46 +0100)
commitea99add3da019227bcec6add8070259c04a0692e
treeb104e3df72cf44cbc9191fe099e5db4fb4d698d4
parent8c2e1fedfc8725842d941605068e1ee1cf7b2050
Keep track of what attrs were modified in apps/builds

This allows us to run checks and fix types only on those that were
really modified. On our fdroiddata repo, with 2k apps with many unset
fields and flags, this reduces readmeta runtime from ~1.3s to ~1.1s.
fdroidserver/metadata.py