Add script for keeping local repos up-to-date in an efficient way
This adds a simple script for keeping local package repos up-to-date in a relatively efficient and quick manner. We could of course just do a pull for every repo, but some quick tests indicate that this can take more than 20 minutes (13k repos), even with parallelization.
This is much faster as it only pulls repos with activity since the last run.
The quality of the script is not great as it is considered a temporary solution. The permanent solution should probably be implemented in pkgctl, perhaps as part of the existing "pkgctl repo pull" MR[1].
[1] devtools!235
Merge request reports
Activity
added 1 commit
- b6d58122 - fixup! Fetch .nvchecker.toml and .SRCINFO from local repo if CLONES_DIR is set
marked this merge request as draft from b6d58122
added 1 commit
- 9a55c975 - Fetch .nvchecker.toml and .SRCINFO from local repo if CLONES_DIR is set
mentioned in merge request !5 (merged)
mentioned in commit 93e23a4c
mentioned in issue #4 (closed)