-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
create-dmg: init 1.2.2 #319628
create-dmg: init 1.2.2 #319628
Conversation
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.
Thanks for the contribution! 🚀
Also your commits need to be reversed (first maintainers
and then create-dmg init
)
@clebs thank you for the thoughtful review! I believe I addressed all your concerns in my most recent commit: f8ada611c660eb83d6611558081dbdbbfb50fbc8 (Sorry if the notifications I generated resolving the conversations were obnoxious) |
@AndersonTorres thanks for the feedback, I believe I've addressed your feedback on the most recent commit |
c586e55
to
492c59e
Compare
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.
LGTM!
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.
Reword the commit as
create-dmg: init at 1.2.2
@AndersonTorres done Out of curiosity and for my future reference, is the phrasing of the commit that important before being merged into master? If so, why? |
|
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.
Thanks for this, @heywoodlh, much appreciated. Please find below a minor suggestion for improvement.
installFlags = [ "prefix=$(out)" ]; | ||
|
||
meta = { | ||
description = "A shell script to build fancy DMGs"; |
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.
Please remove the indefinite article from the beginning of the description as recommended in section "Meta attributes" in pkgs/README.md
description = "A shell script to build fancy DMGs"; | |
description = "Shell script to build fancy DMGs"; |
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.
Added on most recent commit, thanks!
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.
@afh I can confirm that change. Can we get an approval?
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 changes look good to me, yet having all checks pass would be helpful, @sarahec.
Something seems off with the checks, not sure if the following is going to work to re-trigger the checks… @ofborg test |
@afh the merge check timed out two weeks ago. Do we ask @heywoodlh to rebase atop master and force push, knowing it'll lose the one approval (@clebs)? |
Let me know what you need from me and I'll be happy to make those changes |
This PRs branch is ~12k commits behind |
@heywoodlh Are you still interested in pursuing this PR? |
Oops, sorry, I missed the other messages! Will rebase off of updated master branch later today. |
Thank you! |
Rebased onto master, let me know if there's any other follow up that is needed. |
Thanks for rebase, @heywoodlh, mind formatting the package using: |
@afh done! Also, added |
Result of 1 package built:
|
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.
Thanks for the latest updates on this PR, much appreciated 👍
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1892 |
Result of 1 package built:
|
Result of 1 package built:
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/1895 |
Result of |
Not conclusive, since it is Darwin-only. |
Yeah, tried on the nix-community darwin builder and it succeeded.
|
Successfully created backport PR for |
Description of changes
Adds create-dmg, a DMG creator for MacOS
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.