Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib: rework update-modules to fix race cond. #441

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. contrib: rework update-modules to fix race cond.

    Previously, the modules file was read and written to at the same time (if
    there were updates). This change works around this by reworking the file
    parsing.
    
    Notable changes
    - only update the modules that are in GLUON_SITE_FEEDS
    - avoid SIGPIPE by listing only the commit for the target branch
    grische committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0c62e90 View commit details
    Browse the repository at this point in the history