cheat-snap:repo-move

Last commit made on 2019-01-29
Get this branch:
git clone -b repo-move https://git.launchpad.net/cheat-snap

Branch merges

Branch information

Name:
repo-move
Repository:
lp:cheat-snap

Recent commits

db86351... by Chris Allen Lane

Changed source repository

- Changed all references from `chrisallenlane/cheat` to `cheat/cheat`
- Changed `source-branch` from `dev` to `master`

1b4516a... by Michael

Bumped cheat version to 2.4.0

942594b... by Michael Berner <email address hidden>

Merge pull request #2 from bernermic/utf8-support

@chrisallenlane this looks fine to me and is building on my VM - I'll merge this now.
Refactored `snapcraft.yml`

a7f7224... by Chris Allen Lane

Refactored `snapcraft.yml`

Refactored `snapcraft.yml` in an effort to build a snap that does not
exhibit issues when attempting to output UTF-8-formatted text. Relevant
changes include:

- Building off of `dev` branch rather than `master` (after merging
fixes into `dev` upstream.
- Removing override scripts
- Exporting `PYTHONIOENCODING` environment variable in the container
- Re-pathing cheatsheet path away from `/usr/share/cheat` to (what
appears to be) the correct location.

The snap now appears to behave as desired.

192ef16... by Michael

Added section testing to Contributing document

7fe8f51... by Michael

Rename mount folder in description

d4a0d12... by Michael

Moved copy cheatsheets from step stage to prime

648322d... by Michael

Copy cheatsheets to stage dir

e34105a... by Michael

Added howto install and develop with multipass to contribution guidelines

7bcc161... by Michael

Update README with install information and added buildstatus badge