23 Commits

Author SHA1 Message Date
taoky
94cc16db5e Note breaking changes in README 2025-06-29 02:06:26 +08:00
taoky
5a4f28a3d3 Add --excluded-wheel-filename
Closes: #7
2025-06-17 23:32:18 +08:00
taoky
5dd445507d Clarify license 2024-11-11 17:22:33 +08:00
taoky
20c1462ec7 Set default IOWORKERS to 2
5 might be too high for HDD setup, which makes packages/ iterating even slower than only 1 thread in local testing. Use a smaller value for this now.
2024-09-04 01:21:51 +08:00
taoky
40c9edba50 Add generate pathcache as Step 3
This helps speed up check_and_update(), when --compare-size is NOT set.
2024-09-04 00:18:08 +08:00
taoky
bfdecd4d8f Mention IOWORKERS in README.md 2024-08-27 21:41:03 +08:00
taoky
aa6ece7e8b Add TUNA to acknowledgements 2024-08-25 00:10:47 +08:00
Shengqi Chen
3da636ad00 doc: fix typo in README
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2024-08-08 16:40:07 +08:00
Shengqi Chen
a2b2a941e2 doc: update README, mainly on verify
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2024-08-08 16:40:07 +08:00
taoky
008617cccd Set repo with argument/config (no longer use env) 2024-08-08 14:33:34 +08:00
taoky
8145552631 Add license info 2024-08-08 14:14:32 +08:00
taoky
dad48fc8a9 Defer package removal in verify 2024-08-06 23:28:02 +08:00
taoky
5585de30ce Change --not-remove-not-in-local to --remove-not-in-local 2024-08-06 22:09:36 +08:00
taoky
6751bc93cb Add prerelease filter support in verify 2024-08-06 18:23:07 +08:00
taoky
c8a11d3d1f Config file support and other fixes
- Write JSON every 100 iterations instead of 1000 iterations
- Write plan.json with indent=2
2024-08-06 14:41:51 +08:00
taoky
70a99b8594 Add json/<package_name> support and bug fixes 2024-08-06 03:06:21 +08:00
taoky
2aa8c9ae97 Adjust verify behavior
Verifying is heavily network-bound if we need to update EVERY package, so let's just check if local is consist instead of making sure everything is up-to-date.
2024-08-05 22:04:33 +08:00
taoky
804fba55cb Add warning about current state 2024-08-05 20:31:32 +08:00
taoky
f85d291811 Update verify, and do-{update,remove} help 2024-08-04 17:46:23 +08:00
taoky
f66213231f Add help about prerelease filtering 2024-08-04 17:35:26 +08:00
taoky
5e61f833e6 Add important notice about sync-packages behavior 2024-08-03 02:39:43 +08:00
taoky
9ecdfee147 Add some docs 2024-08-02 22:36:38 +08:00
taoky
557f1966f9 init 2024-07-28 05:35:04 +08:00