mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix order for AddManifestPackages
This ensures that the task also works with manually added sources.
This commit is contained in:
parent
65ad0a43fa
commit
16a680bb6b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from ..tools import log_check_call
|
||||||
class AddManifestPackages(Task):
|
class AddManifestPackages(Task):
|
||||||
description = 'Adding packages from the manifest'
|
description = 'Adding packages from the manifest'
|
||||||
phase = phases.preparation
|
phase = phases.preparation
|
||||||
|
predecessors = [apt.AddManifestSources, apt.AddDefaultSources, apt.AddBackports]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(cls, info):
|
def run(cls, info):
|
||||||
|
|
Loading…
Add table
Reference in a new issue