Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
lifecycle: split into its own package #1626
Conversation
|
\o/ |
| + shutil.rmtree(constants.SNAPCRAFT_INTERNAL_DIR) | ||
| + | ||
| + | ||
| +def clean(project_options, parts, step=None): |
elopio
Oct 18, 2017
Member
It would be nice to reorder the functions in this file to be readable from top to bottom.
But no need to do it here, I like that kind of refactor so I can take the opportunity later to do it and document something in the CODE_STYLE.md
sergiusens
added this to the 2.35 milestone
Oct 18, 2017
sergiusens
self-assigned this
Oct 18, 2017
sergiusens
merged commit 5aab678
into
snapcore:master
Oct 18, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
sergiusens
deleted the
sergiusens:package-lifecycle
branch
Oct 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedOct 17, 2017
•
Edited 1 time
-
sergiusens
Oct 17, 2017
This is a small refactor to make the lifecycle module
a bit more manageable and separate some concerns
for the logic within it.
Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com
./runtests.sh static?./runtests.sh unit?This is as minimally invasive as possible, but required to make the lifecycle logic navigate-able again to build on top of.