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

Add the packaging metadata to build the warp snap #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

come-maiz
Copy link

This package will let you publish the latest warp in the Ubuntu store, and from there reach many users on all the supported Ubuntu versions, and more Linux distributions in progress.

@come-maiz
Copy link
Author

Hello @spolu,

I used warp to test the upcoming release of snapcraft, a new packaging system that we are developing here at ubuntu. You can read more about it in https://snapcraft.io

This is a very handy tool. I though you might want to put it in the store. To do so, you just have to configure the automatic continuous delivery in https://build.snapcraft.io.

To test this in an Ubuntu 16.04 machine:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/warp
$ cd warp
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --dangerous

(--dangerous because the snap you build doesn't come signed from the store. Once you publish it, your users will just have to do sudo snap install warp).

We are actively developing snapcraft and the store, and your feedback will be very appreciated. Specially, because we are trying to make snaps very secure. For that reason, with this snap you won't be able to give write access to the clients, to do so you would have to change confinement: classic. We are interested in hearing from people developing apps that require elevated permissions to fully work, like yours.

If you have any questions, please let me know.

pura vida.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant