Merge lp:~ted/snapcraft/inception into lp:~snappy-dev/snapcraft/core

Proposed by Ted Gould
Status: Needs review
Proposed branch: lp:~ted/snapcraft/inception
Merge into: lp:~snappy-dev/snapcraft/core
Diff against target: 29 lines (+20/-0)
2 files modified
icon.svg (+2/-0)
snapcraft.yaml (+18/-0)
To merge this branch: bzr merge lp:~ted/snapcraft/inception
Reviewer Review Type Date Requested Status
Snappy Developers Pending
Review via email: mp+271656@code.launchpad.net

Commit message

Have Snapcraft use Snapcraft to build a Snapcraft Snap

Description of the change

Seemed appropriate, but it doesn't work well because it can't edit the directory you're in.

To post a comment you must log in.
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

One minor nit, but I am also not sure if we want to this if we should merge this if it doesn't produce a fully working snap.

Unmerged revisions

178. By Ted Gould

Have Snapcraft use Snapcraft to build a Snapcraft Snap

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'icon.svg'
2--- icon.svg 1970-01-01 00:00:00 +0000
3+++ icon.svg 2015-09-18 13:53:03 +0000
4@@ -0,0 +1,2 @@
5+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
6+<svg />
7
8=== added file 'snapcraft.yaml'
9--- snapcraft.yaml 1970-01-01 00:00:00 +0000
10+++ snapcraft.yaml 2015-09-18 13:53:03 +0000
11@@ -0,0 +1,18 @@
12+name: snapcraft
13+summary: A tool to build snaps
14+description: Bundle your dependencies and code into a single snap easily with a declaritive file like this one.
15+vendor: Snappy Developers <snappy-app-dev@lists.launchpad.net>
16+version: 0.1
17+icon: icon.svg
18+
19+parts:
20+ python3:
21+ type: python3
22+ stage-packages: [bzr, git, mercurial, python3-apt, python3-jsonschema, python3-requests, python3-yaml, sudo, ubuntu-snappy-cli, wget, xz-utils]
23+ snapcraft:
24+ type: python3-project
25+ source: .
26+ after: [python3]
27+
28+binaries:
29+ - name: snapcraft

Subscribers

People subscribed via source and target branches

to all changes: