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

upcloud-cli: init at 3.14.0 #368124

Merged
merged 2 commits into from
Jan 10, 2025
Merged

upcloud-cli: init at 3.14.0 #368124

merged 2 commits into from
Jan 10, 2025

Conversation

lu1a
Copy link
Contributor

@lu1a lu1a commented Dec 25, 2024

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

  • 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.

@github-actions github-actions bot added the 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` label Dec 25, 2024
@NixOSInfra NixOSInfra added the 12. first-time contribution This PR is the author's first one; please be gentle! label Dec 25, 2024
@github-actions github-actions bot added 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 labels Dec 25, 2024
pkgs/tools/admin/upcloud-cli/default.nix Outdated Show resolved Hide resolved
@lucasew
Copy link
Contributor

lucasew commented Dec 25, 2024 via email

Copy link
Contributor

@steeleduncan steeleduncan left a 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

pkgs/tools/admin/upcloud-cli/default.nix Outdated Show resolved Hide resolved
pkgs/tools/admin/upcloud-cli/default.nix Outdated Show resolved Hide resolved
@lu1a lu1a force-pushed the master branch 3 times, most recently from a11df6a to 4efc2b3 Compare December 26, 2024 09:06
@lu1a lu1a changed the title upcloud-cli: init upcloud-cli: init at 3.13.0 Jan 2, 2025
@lu1a lu1a requested a review from steeleduncan January 8, 2025 08:25
@lu1a lu1a force-pushed the master branch 2 times, most recently from d29f752 to 580396e Compare January 8, 2025 08:54
@github-actions github-actions bot added 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 and removed 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 labels Jan 8, 2025
@lucasew
Copy link
Contributor

lucasew commented Jan 9, 2025

also, please rename the commit to the same name as the PR

Copy link
Contributor

@lucasew lucasew left a 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

@lucasew lucasew requested a review from GaetanLepage January 9, 2025 20:20
pkgs/by-name/up/upcloud-cli/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/up/upcloud-cli/package.nix Outdated Show resolved Hide resolved
@lucasew
Copy link
Contributor

lucasew commented Jan 9, 2025

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 368124


x86_64-linux

✅ 1 package built:
  • upcloud-cli

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Jan 10, 2025
@lu1a lu1a force-pushed the master branch 3 times, most recently from 1a88d94 to 635365f Compare January 10, 2025 10:55
@lu1a lu1a changed the title upcloud-cli: init at 3.13.0 upcloud-cli: init at 3.14.0 Jan 10, 2025
@lu1a
Copy link
Contributor Author

lu1a commented Jan 10, 2025

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.

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 368124


x86_64-linux

❌ 1 package failed to build:
  • upcloud-cli

aarch64-linux

❌ 1 package failed to build:
  • upcloud-cli

x86_64-darwin

❌ 1 package failed to build:
  • upcloud-cli

aarch64-darwin

❌ 1 package failed to build:
  • upcloud-cli

@GaetanLepage
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 368124


x86_64-linux

✅ 1 package built:
  • upcloud-cli

aarch64-linux

✅ 1 package built:
  • upcloud-cli

x86_64-darwin

✅ 1 package built:
  • upcloud-cli

aarch64-darwin

✅ 1 package built:
  • upcloud-cli

@GaetanLepage GaetanLepage requested a review from drupol January 10, 2025 13:21
@GaetanLepage
Copy link
Contributor

Nice work, thank you @lu1a

@GaetanLepage GaetanLepage merged commit ecaa634 into NixOS:master Jan 10, 2025
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 12.approvals: 1 This PR was reviewed and approved by one reputable person 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants