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

appimage: refactoring extractType2 to avoid use of appimage packer #81572

Merged
merged 4 commits into from Mar 4, 2020

Conversation

bignaux
Copy link
Contributor

@bignaux bignaux commented Mar 3, 2020

Motivation for this change
  • avoid to use appimage packer intend to avoid to modify it (copy then patch it) or execute random unofficial packer, this method should work as non-native unpack ...
  • unify extract simplify code and prepare for next appimage type 3.
    both are steps to make appimage packaging fully automatic.

I let people merge the PR before continuing improvements on this topic.

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.

cc @tilpner @jtojnar @matthewbauer @worldofpeace

pkgs/build-support/appimage/default.nix Outdated Show resolved Hide resolved
pkgs/build-support/appimage/default.nix Outdated Show resolved Hide resolved
Copy link
Member

@tilpner tilpner left a comment

Choose a reason for hiding this comment

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

Unityhub fails with and without this PR, nix-review is good for everything else.

@jtojnar jtojnar merged commit bf83a7c into NixOS:master Mar 4, 2020
@bignaux bignaux deleted the appimage branch March 4, 2020 17:36
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Mar 4, 2020
appimage: refactoring extractType2 to avoid use of appimage packer
(cherry picked from commit bf83a7c)
@amesgen amesgen mentioned this pull request Mar 13, 2024
13 tasks
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

3 participants