-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
cpuset: init at 1.5.8 #48765
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
cpuset: init at 1.5.8 #48765
Conversation
python3Packages.buildPythonApplication rec { | ||
pname = "cpuset"; | ||
version = "1.6pre1"; | ||
name = "${pname}-${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name
attribute is added by buildPython*
and should therefore be removed.
|
||
python3Packages.buildPythonApplication rec { | ||
pname = "cpuset"; | ||
version = "1.6pre1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we typically don't include pre-releases
Applied requested changes, please take a look @FRidh |
Good, commits need to be squashed. |
6 similar comments
Good, commits need to be squashed. |
Good, commits need to be squashed. |
Good, commits need to be squashed. |
Good, commits need to be squashed. |
Good, commits need to be squashed. |
Good, commits need to be squashed. |
@FRidh got it! ;) Done. |
Hey @FRidh , could you take a look again? I believe all the requested fixes have been applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, you should split this PR up into one commit that adds you as a maintainer, and another one to add the package
@infinisil per your request to separate adding the maintainer into a new PR - is this documented? I might be missing something but I don't see this mentioned anywhere in: |
I guess this could be added to some document. The reason is because adding oneself as a maintainer (in maintainers-list.nix) has nothing to do with adding the package, and these should be separate commits because of that. |
OK, that make sense. I'll update the review.
…On Sat, Oct 27, 2018 at 3:30 PM Silvan Mosberger ***@***.***> wrote:
I guess this could be added to some document. The reason is because adding
oneself as a maintainer (in maintainers-list.nix) has nothing to do with
adding the package, and these should be separate commits because of that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#48765 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAdgiXIyN0BHBL8Y4LPPVG1XSJVkQNfPks5upLRLgaJpZM4XyNiR>
.
|
@infinisil updated with requested changes. Also updated the PR description and title. |
@FRidh ping? |
@GrahamcOfBorg build cpuset |
Success on x86_64-linux (full log) Attempted: cpuset Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: cpuset Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: cpuset Partial log (click to expand)
|
Motivation for this change
Add cpuset (cset) to nixpkgs.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)