~longsleep/snapcraft/snapcraft-debs-plugin

« back to all changes in this revision

Viewing changes to docs/snapcraft-advanced-features.md

  • Committer: Snappy Tarmac
  • Author(s): Daniel Holbach, Leo Arias
  • Date: 2015-10-05 19:54:20 UTC
  • mfrom: (231.1.9 fix-pep8-and-doc-indentation)
  • Revision ID: snappy_tarmac-20151005195420-w1ql5nndj5413sb5
Fix markdown indentation, make pep8 and pyflakes3 happy. by elopio approved by elopio

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
assemble and build the snap:
75
75
 
76
76
        parts:
77
 
        spongeshaker:
 
77
          spongeshaker:
78
78
            plugin: python2
79
79
            source: git://github.com/markokr/spongeshaker.git
80
80
          make-project:
81
 
                  plugin: make
 
81
            plugin: make
82
82
            source: .
83
83
 
84
84
The example above mixes and matches parts of different origin. Locally it