Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: e2e84cc1f0d7
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 770d3ca49109
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 27, 2019

  1. buildbot: 1.2.0 -> 1.4.0

    buildbot was always broken on release-18.09 due to failing tests
    
    One of the failures is:
    
    [ERROR]
    Traceback (most recent call last):
      File "/build/buildbot-1.2.0/buildbot/process/properties.py", line 459, in getRenderingFor
        rv = yield build.render(value[index])
      File "/nix/store/sqr3s9cva7r3z12hqb6rxw3w8kiqzmhd-python2.7-Twisted-18.7.0/lib/python2.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
        result = g.send(result)
      File "/build/buildbot-1.2.0/buildbot/process/properties.py", line 495, in getRenderingFor
        raise KeyError(error_message)
    exceptions.KeyError: "secrets service not started, need to configure SecretManager in c['services'] to use 'secrets'in Interpolate"
    
    buildbot.test.unit.test_master.StartupAndReconfig.test_reconfigService_db_url_changed
    
    There is a mention of this at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907687
    Because buildbot was never working before, we can just bump the version
    to the one which passes the test.
    
    (cherry picked from commit 71c4246)
    lopsided98 authored and veprbl committed Feb 27, 2019
    Copy the full SHA
    ada3bf9 View commit details
    Browse the repository at this point in the history
  2. pythonPackages.sqlalchemy_migrate: 0.11.0 -> 0.12.0

    (cherry picked from commit 52307df)
    lopsided98 authored and veprbl committed Feb 27, 2019
    Copy the full SHA
    6e2ba91 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Merge pull request #56447 from veprbl/pr/buldbot_fix_18.09

    [18.09] fix buildbot
    veprbl committed Mar 3, 2019
    Copy the full SHA
    770d3ca View commit details
    Browse the repository at this point in the history