-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
amazon-ec2-utils: wrap programs #355259
Merged
Merged
amazon-ec2-utils: wrap programs #355259
+59
−32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
November 11, 2024 20:14
989e575
to
18ffc24
Compare
arianvp
reviewed
Nov 12, 2024
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
November 12, 2024 17:16
18ffc24
to
6ffa680
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
4 times, most recently
from
November 23, 2024 19:26
b6d75b2
to
95e8065
Compare
commiterate
changed the title
amazon-ec2-utils: Wrap programs
amazon-ec2-utils: wrap programs
Nov 23, 2024
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
December 18, 2024 18:17
95e8065
to
5e1d5e5
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
December 20, 2024 23:41
5e1d5e5
to
0fffa42
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
December 22, 2024 18:14
0fffa42
to
7b93936
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
December 22, 2024 19:30
7b93936
to
c22048e
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
January 3, 2025 20:53
c22048e
to
06a71d9
Compare
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
January 3, 2025 22:33
06a71d9
to
672e67c
Compare
arianvp
approved these changes
Jan 6, 2025
Just so I understand correctly. Are the udev rules currently broken because of this? |
wegank
added
the
12.approvals: 1
This PR was reviewed and approved by one reputable person
label
Jan 6, 2025
Yup since they're trying to use programs that aren't on their |
commiterate
force-pushed
the
update/amazon-ec2-utils
branch
from
January 6, 2025 20:13
672e67c
to
d87f62c
Compare
wegank
removed
the
12.approvals: 1
This PR was reviewed and approved by one reputable person
label
Jan 6, 2025
Should we backport this? |
If the NixOS AMIs are locked to 24.11 instead of tracking nixos-unstable and we want it there, then yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Wrapping the shell script programs to add all dependency programs to their
PATH
environment variable.Upstream made some changes to the dependencies they're using (e.g. added a dependency on
getopt
which is fromutil-linux
).Also including some style changes to match #355111.
As a side note, upstream seems to plan on potentially replacing
ebsnvme-id
withebsnvme
, but this change hasn't been released yet (onmain
but not part of a release yet).Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.