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

feat: add snap package configuration #7529

Merged
merged 4 commits into from
Jul 24, 2020
Merged

Commits on Jul 9, 2020

  1. feat: add snap package configuration

    Simplify keeping the snap package up to date by including the snapcraft.yaml in the repo.
    
    We can then wire up the snapstore to autobuild the package for amd64,i386,arm* etc.
    
    Many thanks to @ElOpio for the work of getting ipfs into the snap store in the first place, and to @bertrandfalguiere and @mkg20001 for pushing it forwards.
    
    See: https://github.com/ipfs-shipyard/ipfs-snap for more info.
    
    Fixes #7250
    WIP #3595
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    883ad0d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. chore: enable snap home interface

    Without the home interface the user is unable to add files to ipfs from their home dir.
    
    Also explicitly sets the build architectures, to skip some esoteric ones and save some cpu cycles.
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ba0b415 View commit details
    Browse the repository at this point in the history
  2. chore: remove explicit architectures

    remvoing as specifying the subset of architectures you want to build on has side-effects, like the resulting snap is labeled as "multi" arch, and the snapstore UI lists it as building on i386 the whole time.
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    812ee63 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore: remove stale comment

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bb6a42d View commit details
    Browse the repository at this point in the history