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

Fix issue #706: do not use locally cached last build ID. #776

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2020

  1. Fix issue NixOS#706: do not use locally cached last build ID.

    Relies on database optimizations instead of local lookup
    optimizations, but resolves the issue where the local ID was being
    updated prematurely and leaving builds permanently (until the next
    hydra restart) in the unstarted condition.
    kquick committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    87745d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    6c10510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    192b75b View commit details
    Browse the repository at this point in the history