mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +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):
|
||||
description = 'Adding packages from the manifest'
|
||||
phase = phases.preparation
|
||||
predecessors = [apt.AddManifestSources, apt.AddDefaultSources, apt.AddBackports]
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue