Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Created October 5, 2016 17:20
Show Gist options
  • Save come-maiz/1476223a5542606d28aab0187d35e2ea to your computer and use it in GitHub Desktop.
Save come-maiz/1476223a5542606d28aab0187d35e2ea to your computer and use it in GitHub Desktop.
gistup snap testing

Smoke tests for the gistup snap

First, build and install the snap:

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

Upload a file:

$ gistup snapcraft.yaml
@come-maiz
Copy link
Author

come-maiz commented Oct 5, 2016

I'm getting an error when trying to upload a fiel:
warning: cannot open /etc/mailname: Permission denied
This is git trying to access a default email when it is not set.
Reported bug https://bugs.launchpad.net/snappy/+bug/1630690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment