Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #372 from zmarano/master
Browse files Browse the repository at this point in the history
Fix an ordering issue with the expand-root plugin.
  • Loading branch information
andsens authored Apr 15, 2017
2 parents a40c639 + 70a2f93 commit 0fa8396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrapvz/plugins/expand_root/tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from bootstrapvz.base import Task
from bootstrapvz.common import phases
from bootstrapvz.common.tasks import apt
from bootstrapvz.common.tasks import initd
from bootstrapvz.common.tasks import packages
from bootstrapvz.common.tools import log_check_call
from bootstrapvz.common.tools import rel_path
from bootstrapvz.common.tools import sed_i
Expand All @@ -14,7 +14,7 @@
class InstallGrowpart(Task):
description = 'Adding necessary packages for growpart.'
phase = phases.preparation
successors = [packages.AddManifestPackages]
predecessors = [apt.AddBackports]

@classmethod
def run(cls, info):
Expand Down

0 comments on commit 0fa8396

Please sign in to comment.