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

treewide: drop copumpkin from maintainers #392354

Merged
merged 3 commits into from
Mar 23, 2025

Conversation

phaer
Copy link
Member

@phaer phaer commented Mar 23, 2025

@copumpkin's last commit is from March 28th 2019, about 6 years ago.

This PR is in no way intended to diminish Daniels's accomplishments, and they're welcome to just say so if they'd prefer this PR not to be merged. Also, even if it's merged, of course they're always welcome to return to activity and be added back. The intent of this PR is to give more realistic expectations around the maintainership of these packages, and to invite others to step up for maintainership if they rely on those packages.

If this is merged, they should probably also be removed from the list of committers for the time being.

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/)
  • 25.05 Release Notes (or backporting 24.11 and 25.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.

@github-actions github-actions bot added 6.topic: python 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 6.topic: stdenv Standard environment 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` labels Mar 23, 2025
@phaer phaer requested a review from copumpkin March 23, 2025 11:50
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Mar 23, 2025
@wolfgangwalther
Copy link
Contributor

The nixos manual job fails because of #391928 (comment), fix in #392360.

Copy link
Contributor

@JohnRTitor JohnRTitor left a comment

Choose a reason for hiding this comment

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

As for removing a commiter, CC #88867

Let's leave this for a while to let them respond.

phaer added 2 commits March 23, 2025 14:11
Their last commit is from March 28th 2019, about 6 years ago.

This PR is in no way intended to diminish Daniels's accomplishments, and they're welcome to just say so if they'd prefer this PR not to be merged. Also, even if it's merged, of course they're always welcome to return to activity and be added back. The intent of this PR is to give more realistic expectations around the maintainership of these packages, and to invite others to step up for maintainership if they rely on those packages.

If this is merged, they should probably also be removed from the list
of committers for the time being.
@@ -447,8 +447,7 @@ let
mkdir -p $root
# Copy arbitrary other files into the image
# Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of
# https://github.com/NixOS/nixpkgs/issues/23052.
# Semi-shamelessly copied from make-etc.sh.
Copy link
Member

Choose a reason for hiding this comment

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

Let’s not remove the pointer to the issue here, this stuff is indeed a mess that should be refactored, although #324817 might be more relevant these days.

Copy link
Member Author

Choose a reason for hiding this comment

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

I totally agree that it's a mess (and did some work to clean-up image recently-ish with system.build.image and nixos-rebuild build-image), but I don't see how a reference to a 8 year old stale-issue helps here tbh

Copy link
Member

Choose a reason for hiding this comment

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

I just put it back :)

Copy link
Member Author

@phaer phaer Mar 23, 2025

Choose a reason for hiding this comment

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

You proposed it as a change below at 16:41 and pushed to the branch at a minute or two later... and you did not even bother to remove the "I (@copumkin)" part in it or replace the 8 year old stale issue by the contemporary alternative proposed by @emilazy above. While doing so, you also just pushed as an extra commit while you are normally very keen to have "one commit per logical change" by your very own definition of "logical change"

Behaviour like this actively deters people from contributing.

@github-actions github-actions bot removed the 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS label Mar 23, 2025
@github-actions github-actions bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux and removed 10.rebuild-linux: 1-10 labels Mar 23, 2025
@SuperSandro2000 SuperSandro2000 merged commit aa0a93a into NixOS:master Mar 23, 2025
27 of 30 checks passed
@emilazy
Copy link
Member

emilazy commented Mar 23, 2025

@SuperSandro2000 Please follow the commit message guidelines if you’re going to push to a contributor’s PR branch.

@emilazy
Copy link
Member

emilazy commented Mar 23, 2025

I also think 4 hours is not really enough time for this kind of PR, we can wait a week or two for someone who has been inactive for years and in fact it is required by the guidelines. Why overrule another committer’s decision in #392354 (review)?

@phaer
Copy link
Member Author

phaer commented Mar 23, 2025

I agree, merging this so quickly. Immediately after pushing non-consensual changes, to add insult to injury, just isn't okay.

I'll leave it to others to decide whether this should be reverted for now to allow copumpkin to possibly respond.

I also think this warrants an apology, explaining what you'll learn from this mistake.

@emilazy
Copy link
Member

emilazy commented Mar 23, 2025

Revert up in #392440. It seems like these days we are back to how things were before Sandro’s commit bit was removed the first time.

cc @Mic92 @NickCao @jtojnar

@emilazy
Copy link
Member

emilazy commented Mar 23, 2025

I have sadly concluded that the best course of action is to follow up with the committer delegation team in #392548.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: python 6.topic: stdenv Standard environment 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants