mkpkglists improvements
All threads resolved!
All threads resolved!
Compare changes
- Kevin Morris authored
This commit changes mkpkglists so that it does not update archives when they don't need it by utilizing InnoDB's `information_schema.tables` AUTO_INCREMENT column. Signed-off-by:
Kevin Morris <kevr@0cost.org>
+ 112
− 70
@@ -3,6 +3,7 @@
@@ -13,6 +14,28 @@ pkgbasefile = aurweb.config.get('mkpkglists', 'pkgbasefile')
@@ -21,77 +44,96 @@ def main():