Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-channel-scripts
base: fac8ec969e03
Choose a base ref
...
head repository: NixOS/nixos-channel-scripts
compare: 0df25e1e8f76
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 15, 2019

  1. mirror-nixos-branch.pl: exit 0 if the channel would go back in time

    Prometheus now has a configured alert if an update job fails for a
    while. Going back in time is not so unusual:
    
    1. a hydra evaluation completes with some failed jobs
    2. the channel advances to this commit
    3. an admin restarts a failed job
    4. the channel would go backward because the evaluation is complete
    
    Since it is not a problem, make it a non-problematic exit code.
    grahamc committed Nov 15, 2019
    Copy the full SHA
    7ee70fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from NixOS/back-in-time-exit-code

    mirror-nixos-branch.pl: exit 0 if the channel would go back in time
    edolstra committed Nov 15, 2019
    Copy the full SHA
    0df25e1 View commit details
    Browse the repository at this point in the history