x-[plugin] is the correct way for a plugin to work
Bug #1500873 reported by
Sergio Schvezov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Fix Released
|
Medium
|
Sergio Schvezov |
Bug Description
Update to follow the new rev of the spec.
Related branches
lp://staging/~sergiusens/snapcraft/1500902
- Leo Arias (community): Approve
- John Lenton (community): Approve
-
Diff: 1329 lines (+398/-381)33 files modifiedplugins/ant.yaml (+0/-13)
plugins/autotools.yaml (+0/-12)
plugins/cmake.yaml (+0/-12)
plugins/copy.yaml (+0/-6)
plugins/go.yaml (+0/-10)
plugins/jdk.yaml (+0/-2)
plugins/make.yaml (+0/-10)
plugins/maven.yaml (+0/-13)
plugins/python2.yaml (+0/-11)
plugins/python3.yaml (+0/-11)
plugins/readline.yaml (+0/-3)
plugins/scons.yaml (+0/-9)
plugins/tar-content.yaml (+0/-6)
setup.py (+0/-2)
snapcraft/__init__.py (+47/-7)
snapcraft/cmds.py (+7/-8)
snapcraft/plugin.py (+106/-110)
snapcraft/plugins/ant.py (+15/-5)
snapcraft/plugins/autotools.py (+21/-2)
snapcraft/plugins/cmake.py (+21/-6)
snapcraft/plugins/copy.py (+13/-0)
snapcraft/plugins/go.py (+15/-0)
snapcraft/plugins/jdk.py (+3/-3)
snapcraft/plugins/make.py (+4/-0)
snapcraft/plugins/maven.py (+9/-1)
snapcraft/plugins/python2.py (+19/-12)
snapcraft/plugins/python3.py (+19/-12)
snapcraft/plugins/qml.py (+41/-35)
snapcraft/plugins/scons.py (+19/-5)
snapcraft/plugins/tar_content.py (+13/-0)
snapcraft/tests/test_cmds.py (+3/-3)
snapcraft/tests/test_plugin.py (+18/-29)
snapcraft/yaml.py (+5/-23)
Changed in snapcraft: | |
milestone: | none → 0.3 |
assignee: | nobody → Sergio Schvezov (sergiusens) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in snapcraft: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.