mkpkglists improvements
All threads resolved!
All threads resolved!
Compare changes
- Kevin Morris authored
The SQL logic in this file for package metadata now exactly reflects RPC's search logic, without searching for specific packages. When --extended is provided to mkpkglists, type=info extended fields are also added to the archive. Signed-off-by:
Kevin Morris <kevr@0cost.org>
+ 102
− 20
@@ -4,7 +4,10 @@ import datetime
@@ -53,6 +56,67 @@ def update_state(state: str, update_time: int) -> None:
@@ -64,11 +128,23 @@ def main():
@@ -76,28 +152,34 @@ def main():