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

nixos/network-interfaces: fix too restrictive assertion on DHCP for bridges #95916

Closed
wants to merge 2,799 commits into from

Conversation

erikarvstedt
Copy link
Member

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

worldofpeace and others added 30 commits July 15, 2020 14:30
See https://docs.djangoproject.com/en/2.2/releases/2.2.14/ for release
information

(cherry picked from commit 9db7544)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
remove patch that was merged into the 0.20.1 patch.

regression introduced in c6a1e23

(cherry picked from commit 35f00b4)
(cherry picked from commit 34ec5c7)
[20.03] Gnome 3.34 updates (the sequel)
This fixes "xdg-desktop-portal-gtk breaks font hinting".
Aka, NixOS#93199.

(cherry picked from commit 749418c)
@Mic92 Mic92 changed the title <!-- Nixpkgs has a lot of new incoming Pull Requests, but not enough people to review this constant stream. Even if you aren't a committer, we would appreciate reviews of other PRs, especially simple ones like package updates. Just testing the relevant package/service and leaving a comment saying what you tested, how you tested it and whether it worked would be great. List of open PRs: <https://github.com/NixOS/nixpkgs/pulls>, for more about reviewing contributions: <https://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download/1/nixpkgs/manual.html#chap-reviewing-contributions>. Reviewing isn't mandatory, but it would help out a lot and reduce the average time-to-merge for all of us. Thanks a lot if you do! --> ###### Motivation for this change nixos/network-interfaces: fix too restrictive assertion on DHCP for bridges Aug 21, 2020
@Mic92
Copy link
Member

Mic92 commented Aug 21, 2020

Please rebase to master.

@jonringer
Copy link
Contributor

jonringer commented Aug 21, 2020

to rebase onto master

git rebase --onto=origin/master HEAD~N  # replace N with number of commits
git push ... ... --force

@erikarvstedt
Copy link
Member Author

Sorry, this was a hub pull-request mishap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet