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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhcpig: init at 1.6 #300555

Merged
merged 1 commit into from Apr 8, 2024
Merged

dhcpig: init at 1.6 #300555

merged 1 commit into from Apr 8, 2024

Conversation

Tochiaha
Copy link
Contributor

@Tochiaha Tochiaha commented Mar 31, 2024

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • 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/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 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
  • Fits CONTRIBUTING.md.

Add a 馃憤 reaction to pull requests you find important.

Copy link
Contributor

@imadnyc imadnyc left a comment

Choose a reason for hiding this comment

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

I think that changing the PR title to follow the naming convention and squashing the commit should be all there is to making sure this is ready!

pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
@imadnyc
Copy link
Contributor

imadnyc commented Mar 31, 2024

Sick! I think the only things that I would change now are the quotes around the PR name and removing the stuff in the commit body that you got from squashing.

@Tochiaha Tochiaha changed the title dhcpig: "init at 1.6" dhcpig: init at 1.6 Mar 31, 2024
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

Commit message still needs cleanup.

pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Show resolved Hide resolved
@fabaff
Copy link
Member

fabaff commented Apr 1, 2024

Related to #81418

pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/dh/dhcpig/package.nix Outdated Show resolved Hide resolved
];

installPhase = ''
instal -Dm755 pig.py $out/bin/dhcpig
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
instal -Dm755 pig.py $out/bin/dhcpig
install -Dm755 pig.py $out/bin/dhcpig

@Aleksanaa Aleksanaa merged commit 249a78b into NixOS:master Apr 8, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants