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

git-team: 1.7.0 -> 1.8.0 #201972

Merged
merged 1 commit into from Nov 28, 2022
Merged

git-team: 1.7.0 -> 1.8.0 #201972

merged 1 commit into from Nov 28, 2022

Conversation

tjni
Copy link
Contributor

@tjni tjni commented Nov 19, 2022

Co-authored-by: Jan Schmitt git@smittie.de

https://github.com/hekmekk/git-team/blob/main/CHANGELOG.md#180---2022-10-28
https://github.com/hekmekk/git-team/blob/main/CHANGELOG.md#171---2022-10-09

This supersedes #201227.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 22.11 Release Notes (or backporting 22.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
    • (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • Fits CONTRIBUTING.md.

Copy link
Contributor

@eigengrau eigengrau left a comment

Choose a reason for hiding this comment

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

Built and ran on x86_64-linux

Copy link
Contributor

@lockejan lockejan left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks @tjni for looking into this


nativeBuildInputs = [ installShellFiles ];
preBuild = ''
${go-mockery}/bin/${go-mockery.meta.mainProgram} --dir=src/ --all --keeptree
Copy link
Contributor

Choose a reason for hiding this comment

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

Where did you find the cmd? In git-teams source? I'm just curious 😃

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I found it here except I used the mockery binary directly instead of using Docker.

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
${go-mockery}/bin/${go-mockery.meta.mainProgram} --dir=src/ --all --keeptree
mockery --dir=src/ --all --keeptree

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-already-reviewed/2617/690


nativeBuildInputs = [ installShellFiles ];
preBuild = ''
${go-mockery}/bin/${go-mockery.meta.mainProgram} --dir=src/ --all --keeptree
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
${go-mockery}/bin/${go-mockery.meta.mainProgram} --dir=src/ --all --keeptree
mockery --dir=src/ --all --keeptree

Co-authored-by: Jan Schmitt <git@smittie.de>
@github-actions
Copy link
Contributor

Successfully created backport PR #203374 for release-22.11.

@tjni tjni deleted the git-team-help branch November 28, 2022 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants