lp://staging/~sergiusens/snapcraft/1481122
Created by
Sergio Schvezov
and last modified
- Get this branch:
- bzr branch lp://staging/~sergiusens/snapcraft/1481122
Only
Sergio Schvezov
can upload to this branch. If you are
Sergio Schvezov
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Leo Arias (community): Approve
-
Diff: 1075 lines (+146/-292)25 files modifiedsnapcraft/__init__.py (+3/-15)
snapcraft/cmds.py (+9/-5)
snapcraft/common.py (+1/-1)
snapcraft/lifecycle.py (+9/-36)
snapcraft/meta.py (+2/-5)
snapcraft/plugins/ant.py (+4/-8)
snapcraft/plugins/autotools.py (+6/-7)
snapcraft/plugins/catkin.py (+12/-34)
snapcraft/plugins/cmake.py (+3/-2)
snapcraft/plugins/copy.py (+4/-10)
snapcraft/plugins/go.py (+7/-9)
snapcraft/plugins/make.py (+2/-2)
snapcraft/plugins/maven.py (+4/-10)
snapcraft/plugins/python2.py (+11/-17)
snapcraft/plugins/python3.py (+11/-17)
snapcraft/plugins/qml.py (+2/-3)
snapcraft/plugins/roscore.py (+0/-1)
snapcraft/plugins/scons.py (+2/-3)
snapcraft/plugins/tar_content.py (+2/-2)
snapcraft/sources.py (+12/-18)
snapcraft/tests/test_base_plugin.py (+19/-41)
snapcraft/tests/test_copy_plugin.py (+7/-9)
snapcraft/tests/test_lifecycle.py (+8/-35)
snapcraft/tests/test_meta.py (+4/-0)
snapcraft/tests/test_sources.py (+2/-2)
Branch information
Recent revisions
- 250. By Sergio Schvezov
-
Query the apt cache to verify if a package is installed or not by sergiusens approved by mvo
- 248. By Sergio Schvezov
-
Rename snapcraft.plugin to snapcraft.lifecycle by sergiusens approved by elopio
- 247. By Sergio Schvezov
-
Document and cleanup the plugin base class
This cleans up the base class to only expose things plugins will need, since the basic schema includes 'source' options it makes sense for pull to implement that as well automatically if supported.
This also moves everything from the base plugin the plugin.py (which should be renamed to lifecycle.py in a future MP, this one is already too big) and any other thing to its own supporting class.
This branch also includes all the plugin cleanup required for things to keep on working. by sergiusens approved by elopio,chipaca
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~snappy-dev/snapcraft/core