ankurjain41282 / core

This repository contains the source code of the core snap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The core snap

This repository contains the official core snap.

Reporting issues

Please report all issues on the Launchpad project page https://bugs.launchpad.net/snapd/+filebug

Building

To build the core snap locally you need a chroot or container with Ubuntu 16.04. Then run:

$ sudo apt-add-repository ppa:snappy-dev/image
$ sudo snapcraft

An easy way to customize the content of the built snap is including additional PPAs with custom packages in the EXTRA_PPAS variable inside the Makefile's ENV variable.

Launchpad builds should be done against xenial with the ~snappy-dev/ubuntu/image PPA as source archive and Updates as the default pocket.

Launchpad mirror and automatic builds.

All commits from the master branch of https://github.com/snapcore/core are automatically mirrored by Launchpad to the https://launchpad.net/core-snap 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/~snappy-dev/+snap/core/

About

This repository contains the source code of the core snap

License:GNU General Public License v3.0


Languages

Language:Shell 68.9%Language:Python 26.2%Language:Makefile 5.0%