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

kpack: init at 1.1.0 #95846

Merged
merged 1 commit into from
Aug 27, 2020
Merged

kpack: init at 1.1.0 #95846

merged 1 commit into from
Aug 27, 2020

Conversation

siraben
Copy link
Member

@siraben siraben commented Aug 20, 2020

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@siraben
Copy link
Member Author

siraben commented Aug 20, 2020

@GrahamcOfBorg build kpack

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Aug 20, 2020
@siraben
Copy link
Member Author

siraben commented Aug 21, 2020

Builds on both NixOS and macOS.

@siraben siraben changed the title kpack: init at 1.0.1 kpack: init at 1.1.0 Aug 21, 2020
pkgs/development/tools/misc/kpack/default.nix Outdated Show resolved Hide resolved

src = fetchFromGitHub {
owner = "KnightOS";
repo = "kpack";
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
repo = "kpack";
repo = pname;

@ryantm
Copy link
Member

ryantm commented Aug 22, 2020

Result of nixpkgs-review pr 95846 1

1 package built:
- kpack

Copy link
Member Author

@siraben siraben left a comment

Choose a reason for hiding this comment

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

Commit suggestions

@siraben
Copy link
Member Author

siraben commented Aug 22, 2020

We may want the repo name to differ from the package name, see #95890 (comment)

@siraben siraben requested a review from ryantm August 27, 2020 02:55
@ryantm ryantm merged commit 6004c46 into NixOS:master Aug 27, 2020
@siraben siraben deleted the kpack branch August 27, 2020 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants