-
Notifications
You must be signed in to change notification settings - Fork 0
Humble virtual image #9
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| *.snap* | ||
| *.img* | ||
| *.qcow2* |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| parts/ | ||
| prime/ | ||
| stage/ | ||
| pc_*.snap |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| language: minimal | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why do you need a travis.yaml file?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The gadget is a copy/paste of the Core22 pc-gadget. I only modified what was needed and left the rest as is. |
||
| os: linux | ||
| dist: bionic | ||
| sudo: enabled | ||
| addons: | ||
| snaps: | ||
| - name: snapcraft | ||
| channel: edge | ||
| classic: true | ||
| - name: core20 | ||
| channel: edge | ||
|
|
||
| script: | ||
| - sudo apt update | ||
| - sudo snapcraft snap --provider=host --destructive-mode | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # 64bit PC Gadget Snap | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. generic file to remove or update. |
||
|
|
||
| This repository contains the official Ubuntu Core gadget snap for 64bit | ||
| Personal Computers using Intel or AMD processors. | ||
|
|
||
| ## Gadget Snaps | ||
|
|
||
| Gadget snaps are a special type of snaps that contain device specific support | ||
| code and data. You can read more about them in the snapd wiki | ||
| https://github.com/snapcore/snapd/wiki/Gadget-snap | ||
|
|
||
| ## Reporting Issues | ||
|
|
||
| Please report all issues on the Launchpad project page | ||
| https://bugs.launchpad.net/snap-pc/+filebug | ||
|
|
||
| We use Launchpad to track issues as this allows us to coordinate multiple | ||
| projects better than what is available with Github issues. | ||
|
|
||
| ## Building | ||
|
|
||
| To build the gadget snap locally please use `snapcraft`. | ||
|
|
||
| ## Launchpad Mirror and Automatic Builds. | ||
|
|
||
| All commits from the master branch of https://github.com/snapcore/pc-amd64 | ||
| are automatically mirrored by Launchpad to the https://launchpad.net/snap-pc | ||
| project. | ||
|
|
||
| The master branch is automatically built from the launchpad mirror and | ||
| published into the snap store to the edge channel. | ||
|
|
||
| You can find build history and other controls here: | ||
| https://code.launchpad.net/~canonical-foundations/+snap/pc-amd64 | ||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.