Skip to content

peering-manager: init#202159

Merged
yu-re-ka merged 3 commits intoNixOS:masterfrom
yu-re-ka:peering-manager
Dec 7, 2022
Merged

peering-manager: init#202159
yu-re-ka merged 3 commits intoNixOS:masterfrom
yu-re-ka:peering-manager

Conversation

@yu-re-ka
Copy link
Copy Markdown
Contributor

@yu-re-ka yu-re-ka commented Nov 21, 2022

Description of changes
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

TODO

  • Fix readthedocs links
  • Use unix socket for redis and postgres
  • Test/fix ldap
  • Fix collectstatic when secret is not in the nix store

@github-actions github-actions bot added 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` labels Nov 21, 2022
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Nov 21, 2022
@yu-re-ka yu-re-ka marked this pull request as ready for review December 1, 2022 16:33
@yu-re-ka yu-re-ka requested review from n0emis and yayayayaka December 7, 2022 10:12
@yu-re-ka yu-re-ka merged commit a0e8897 into NixOS:master Dec 7, 2022
@yu-re-ka yu-re-ka deleted the peering-manager branch December 7, 2022 11:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2022

Successfully created backport PR #204978 for release-22.11.

Copy link
Copy Markdown
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

packageOverrides is exactly the way to go here :)

But meta is missing completely.

tests = {
inherit (nixosTests) peering-manager;
};
};
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either I can't find it or meta is missing

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the same as what dotlambda commented two days ago, and is fixed by #243102, which you reviewed

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upsi, totally missed the other comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 8.has: module (update) This PR changes an existing module in `nixos/` 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants