r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

Faster submodule update process #167

Closed jeroen closed 2 years ago

jeroen commented 2 years ago
  1. Fetch .registry
  2. Check for added/removed packages
  3. if(any changed) { commit .registry .gitmodules, do not push yet for all new: fetch and push (automatically pushes the .registry commit as well) if all updates failed: remove the registry update commit as well }
    1. update existing modules
    2. commit and push one by one