GitXplorerGitXplorer
z

fedora-core-snap

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa2aeaf394fdd239e2991bf411ee8517cf24798d

Merge pull request #2 from Conan-Kudo/nodocs-tsflag

zzyga committed 8 years ago
Unverified
86f5438a04a9f6a2736ceee0004af15f1186f4e3

Add flag to indicate doc data shouldn't be installed

CConan-Kudo committed 8 years ago
Unverified
12e1aad2c5b2b5b842ee38b6eec545da2a073e3f

Merge pull request #1 from Conan-Kudo/specfixes

zzyga committed 8 years ago
Unverified
89fb123a7a02f924df8dc5615f776111fcbf2fe4

Add newline at the end of the file

CConan-Kudo committed 8 years ago
Unverified
9c3e543b075b3cfbf726caf9c788171765cf24f8

Drop Group tag

CConan-Kudo committed 8 years ago
Unverified
60de801d9a683813e4e8d83dde710fcc262ff5c2

More spec cleanups and fixes

iignatenkobrain committed 8 years ago

README

The README file for this repository.

Fedora Core Snap

This repository contains work-in-progress script for constructing a core snap based on Fedora 24.

FAQ

Frivolously Anticipated Questions

What is a core snap?

The core snap is a read-only squashfs filesystem image used as the root filesystem for snaps based on Fedora RPMs.

What should be in the core snap?

As little as possible, for now those are essential:

  • the skeleton filesystem
  • the C library
  • bash shell for various wrapper scripts

Is the fedora-core snap restricted to Fedora?

No, this snap can be used on any distribution where snapd is available. Snaps that declare to be built against Fedora will simply use the fedora-core snap. A single system can have snaps from any vendor working alongside each other!

Can snapd 2.11 use the fedora-core snap?

Not yet, this is still work-in-progress and is not merged upstream.

I'd like to help, what can I do?

  • You can co-maintain snapd packages in Fedora or another distribution
  • You can improve the script that builds the core snap, I'd like to shrink it to around 10MB
  • You can participate in snapd development to add support for many core snaps
  • You can participate in snapcraft development to add support for installing dependencies using libhif
  • You can learn about and build snaps!