-
-
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
upcloud-cli: init at 3.14.0 #368124
upcloud-cli: init at 3.14.0 #368124
Conversation
Just let them run then check the ones that are failing
Em qua., 25 de dez. de 2024 16:24, Lewis ***@***.***>
escreveu:
… ***@***.**** commented on this pull request.
------------------------------
In pkgs/tools/admin/upcloud-cli/default.nix
<#368124 (comment)>:
> +}:
+
+buildGoModule rec {
+ pname = "upcloud-cli";
+ version = "3.13.0";
+
+ src = fetchFromGitHub {
+ owner = "UpCloudLtd";
+ repo = "upcloud-cli";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-0hXqqLqZLX9zkRk6/sOh3/w+v5piuAV1277Nk6w1i6s=";
+ };
+
+ vendorHash = "sha256-Sl9D8PyqWfTBrPsVxJtLmU3Qxe5f3kpwd5Oi+5YZ4oo=";
+
+ doCheck = false;
Should I exhaustively try to find tests that attempt to reach the
internet, or is it fine that I was able to run all the tests successfully
with no connection?
—
Reply to this email directly, view it on GitHub
<#368124 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADXXO6BJEGCMWHEHWVHFQWT2HMA57AVCNFSM6AAAAABUGAEOJCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKMRSGY2TENJQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
You should squash the changes into two commits. One altering the maintainers list, and one adding the package
a11df6a
to
4efc2b3
Compare
d29f752
to
580396e
Compare
also, please rename the commit to the same name as the PR |
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.
Diff LGTM
nixpkgs-review in queue, gonna test later
|
1a88d94
to
635365f
Compare
A new version came out in the meantime, so I just updated this PR to be 3.14.0 instead of waiting until this is merged and creating a separate update PR. Hope that's fine. |
|
|
Nice work, thank you @lu1a |
Introducing upcloud-cli as a nix pkg.
upcloud-cli is a command-line tool for managing UpCloud services.
Source: https://github.com/UpCloudLtd/upcloud-cli
I also added myself as a maintainer.
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/
)