mkpkglists improvements
All threads resolved!
All threads resolved!
Compare changes
- Kevin Morris authored
This provides **complete** RPC-like info access to every package in the database. The SQL logic in this file for package metadata now exactly reflects RPC's info logic, without searching for specific packages. Signed-off-by:
Kevin Morris <kevr@0cost.org>
+ 95
− 7
@@ -5,6 +5,8 @@ import gzip
@@ -53,6 +55,67 @@ def update_state(state: str, update_time: int) -> None:
@@ -64,11 +127,23 @@ def main():
@@ -94,10 +169,23 @@ def main():