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

central: Refresh workspace inside bndLock for cnf change #4944

Merged
merged 1 commit into from Nov 11, 2021

Commits on Nov 11, 2021

  1. central: Refresh workspace inside bndLock for cnf change

    If a change to cnf was detected, we called workspace refresh without
    regard to any running builders. This caused issues where the workspace
    refresh closed repos while a builder was running.
    
    We now refresh the workspace while holding the bndLock. We use a job
    to handle this in case we need to wait for the lock and don't want to
    block the notification (which could be the main) thread.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f9f2e2c View commit details
    Browse the repository at this point in the history