mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00

New phase introduced "package installation" (fixes #114) Apt source lines are now parsed, this allows to verify the target release of added packages. All packages (except locales) are now installed *after* bootstrapping (fixes #123) Added env argument to log_(check_)call HostDependencies have been refactored a little
8 lines
77 B
Python
8 lines
77 B
Python
|
|
|
|
class PackageError(Exception):
|
|
pass
|
|
|
|
|
|
class SourceError(Exception):
|
|
pass
|