mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00

have a package for it so laying out the tarball for now. Change-Id: If66f0f1c074e6077e1ca57375cac9c4832bbd7fc
6 lines
131 B
Python
6 lines
131 B
Python
import tasks
|
|
|
|
|
|
def resolve_tasks(taskset, manifest):
|
|
taskset.add(tasks.InstallCloudSDK)
|
|
taskset.add(tasks.RemoveCloudSDKTarball)
|