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

nuv: init at 3.0.1-beta.2405292059 #316731

Merged
merged 3 commits into from
Jun 20, 2024
Merged

nuv: init at 3.0.1-beta.2405292059 #316731

merged 3 commits into from
Jun 20, 2024

Conversation

d4rkstar
Copy link
Contributor

@d4rkstar d4rkstar commented Jun 2, 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.11 Release Notes (or backporting 23.11 and 24.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
  • Fits CONTRIBUTING.md.

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

```shell
gpg --fingerprint <email> | head -n 2
```
To get the required PGP/GPG values for a key run
Copy link
Member

Choose a reason for hiding this comment

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

What are you doing here??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, @AndersonTorres :( Don't know why that happened. Will fix ASAP

@d4rkstar
Copy link
Contributor Author

d4rkstar commented Jun 6, 2024

Hello @AndersonTorres ! Is there any problem preventing the merge?

@AndersonTorres
Copy link
Member

Put the attributes in the same order of this guide first.

https://github.com/jtojnar/nixpkgs-hammering/blob/main/explanations%2Fattribute-ordering.md

pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/tests.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/tests.nix Show resolved Hide resolved
Copy link
Member

@AndersonTorres AndersonTorres left a comment

Choose a reason for hiding this comment

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

Finally, squash all commits:

  1. One for each new contributor, with the message maintainers: add <maintainer>
  2. One for the package itself, nuv: init at 3.0.1-beta.2405292059

reports from review tool:

{
    "blacklisted": [],
    "broken": [],
    "built": [
        "nuv"
    ],
    "extra-nixpkgs-config": null,
    "failed": [],
    "non-existent": [],
    "pr": 316731,
    "system": "x86_64-linux",
    "tests": []
}

@d4rkstar d4rkstar reopened this Jun 11, 2024
@d4rkstar
Copy link
Contributor Author

Thank you @AndersonTorres !

@d4rkstar
Copy link
Contributor Author

d4rkstar commented Jun 14, 2024

Hello @AndersonTorres is there something that prevent this PR from being merged?

@AndersonTorres
Copy link
Member

Yes. Namely, a committer :)

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/1747

@h7x4
Copy link
Member

h7x4 commented Jun 14, 2024

Could @sciabarracom verify consent to being added to the maintainer list?

@sciabarracom
Copy link

Yes I confirm I want to be added

@d4rkstar
Copy link
Contributor Author

Hello @h7x4, @sciabarracom confirmed. Let me know if something more is needed. Regards

pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
@h7x4
Copy link
Member

h7x4 commented Jun 16, 2024

@d4rkstar are you familiar with the git operations you need to squash the commits? Feel free to ask if you're unsure

@d4rkstar
Copy link
Contributor Author

@d4rkstar are you familiar with the git operations you need to squash the commits? Feel free to ask if you're unsure

Yes, and it's usually a trivial task but for some reason the squash ends up with a merge from master. :( I'm doing something the wrong way

@h7x4
Copy link
Member

h7x4 commented Jun 16, 2024

Can you do git rebase -i 5d09f92c53c8bbc5fc14c8d673b233c217ea05a9 (the hash of the commit above the first nuv: init at 3.0.1-beta.2405292059) and then mark all commits except the top one as f or fixup? That should do it.

In the meanwhile, I'll temporarily mark the PR as draft in case something goes wrong, so we avoid mass pinging people.

@h7x4 h7x4 marked this pull request as draft June 16, 2024 12:53
@d4rkstar d4rkstar marked this pull request as ready for review June 16, 2024 20:20
Copy link
Member

@h7x4 h7x4 left a comment

Choose a reason for hiding this comment

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

Just a few things I missed before clicking the approve button last time

pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/nu/nuv/tests.nix Outdated Show resolved Hide resolved
{
    "blacklisted": [],
    "broken": [],
    "built": [
        "nuv"
    ],
    "extra-nixpkgs-config": null,
    "failed": [],
    "non-existent": [],
    "pr": 316731,
    "system": "x86_64-linux",
    "tests": []
}
@h7x4 h7x4 merged commit d34459e into NixOS:master Jun 20, 2024
25 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

7 participants