Navigation Menu

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

iconnconfig: init at 0.5.2-beta #99598

Closed
wants to merge 3 commits into from
Closed

Conversation

ezemtsov
Copy link
Contributor

@ezemtsov ezemtsov commented Oct 4, 2020

Motivation for this change

iConnConfig - an open source version of control software for iConnectivity devices.
Tested with my iConnectMidi4+

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.

Copy link
Member

@hugolgst hugolgst left a comment

Choose a reason for hiding this comment

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

Seems to be a problem with fetching your Git repository:

Unable to checkout refs/tags/0.5.2-beta from https://codeberg.org/dehnhardt/IConnConfig.

Result of nixpkgs-review pr 99608:

1 package failed to build:
iconnconfig

@ezemtsov
Copy link
Contributor Author

ezemtsov commented Oct 5, 2020

Seems to be a problem with fetching your Git repository:

Unable to checkout refs/tags/0.5.2-beta from https://codeberg.org/dehnhardt/IConnConfig.

Result of nixpkgs-review pr 99608:

1 package failed to build:
iconnconfig

Added missing "v" prefix to fetchGit

@SuperSandro2000
Copy link
Member

Please also comment on #99598 (comment)

@SuperSandro2000
Copy link
Member

Please squash the review commit into the package.

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 99598 run on x86_64-linux 1

1 package built:
  • iconnconfig

@ezemtsov
Copy link
Contributor Author

ezemtsov commented Dec 1, 2020

Please squash the review commit into the package.

done

@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 99598 run on x86_64-linux 1

1 package built:
  • iconnconfig

@ezemtsov ezemtsov requested review from hugolgst and removed request for worldofpeace June 24, 2021 12:32
@stale
Copy link

stale bot commented Jan 6, 2022

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jan 6, 2022
Comment on lines +12 to +18
src = fetchgit {
url = "https://codeberg.org/dehnhardt/IConnConfig";
rev = "v${version}";
sha256 = "10g0cgqkpqgwnbjdndhmyk4h680kbmlws3mc678fmgjy75qvbfmj";
};

PKControls = fetchgit {
Copy link
Member

Choose a reason for hiding this comment

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

Those should use fetchFromGitea with the domain pointing to codeberg.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jan 20, 2022
@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 31, 2022
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Feb 26, 2024
@SuperSandro2000
Copy link
Member

Closing as author usually takes very long to respond to review feedback and this open since years.

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

4 participants