Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add iota snap #76
Conversation
We're still blocked here. |
tachyons
commented
Sep 19, 2016
|
Any updates ? rust plugin is already merged to snapcraft |
|
Thanks for the ping, I restarted the CI run. |
| +parts: | ||
| + iota: | ||
| + plugin: rust | ||
| + source-type: git |
dholbach
Sep 19, 2016
Collaborator
This line shouldn't be necessary as the URL below ends with .git.
| +version: 0.1 | ||
| +summary: Iota is a terminal-based text-editor written in Rust. | ||
| +description: Iota is a terminal-based text-editor written in Rust. | ||
| + |
| + | ||
| +apps: | ||
| + iota: | ||
| + command: iota |
|
The build fails still: https://travis-ci.org/ubuntu/snappy-playpen/builds/138389626 |
| @@ -20,6 +20,7 @@ This project currently includes the following snaps: | ||
| | :white_check_mark: | `galculator` | | | ||
| | :red_circle: | `heroku` | | | ||
| | :red_circle: | `imagemagick6-stable`| | | ||
| +| :white_check_mark: | `iota ` | | |
dholbach
Sep 19, 2016
Collaborator
Missing ` and it'd be good to add a few words about which plugins it uses, etc.
tachyons
commented
Sep 19, 2016
|
Seems like build failure is from atom package , node version is to be updated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mariogrip commentedJun 17, 2016
•
Edited 1 time
-
dholbach
Jun 21, 2016
This requires this patch of snapcraft to work: ubuntu-core/snapcraft#579