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/nixpkgs
base: 7b9f3c89f35a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a7ceb2536ab1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 28, 2020

  1. gitlab: support passing --rev to the update-all script

    While it's already possible to invoke `update-data` with the `--rev`
    argument, one still needs to run all later phases manually.
    
    Fix this, by having `update-all` also accept a `--rev` argument, and
    pass it down to `update-data`.
    
    Also, make the help text a bit more usable, by suggesting the usual
    versioning scheme used these times.
    
    (cherry picked from commit 191c2c6)
    flokli committed Apr 28, 2020
    Copy the full SHA
    57df0aa View commit details
    Browse the repository at this point in the history
  2. gitlab-workhorse: 8.21.1 -> 8.21.2

    (cherry picked from commit f7ddd30)
    flokli committed Apr 28, 2020
    Copy the full SHA
    767ca36 View commit details
    Browse the repository at this point in the history
  3. gitaly: 12.8.8 -> 12.8.9

    (cherry picked from commit c86c77b)
    flokli committed Apr 28, 2020
    Copy the full SHA
    68169a7 View commit details
    Browse the repository at this point in the history
  4. gitlab: update.py: invoke bundle lock manually

    `bundix -l` doesn't work, as it treats bundler's warning about upgrading
    the lockfile version as an error, so invoke `bundle lock` manually.
    
    (cherry picked from commit 4c26ab4)
    manveru authored and flokli committed Apr 28, 2020
    Copy the full SHA
    a7ceb25 View commit details
    Browse the repository at this point in the history