Удаление profiles/updates при запаковке образа без --keep-tree

Для исключения задержек при установки бинарных пакетов при отсутствии
ebuild файлов.
parent 11c36f9d13
commit 45f5bdd8c2

@ -1289,7 +1289,7 @@ class VariableClBuilderSquashExclude(ReadonlyVariable):
excludes = ["", "metadata"]
important = ["distfiles", "packages", "eclass", "metadata",
"profiles", "layout.conf"]
exclude_dirs = ["profiles/templates/deprecated"]
exclude_dirs = ["profiles/templates/deprecated", "profiles/updates"]
def generator():
for rep_dn in self.Get('cl_builder_repository_location'):

Loading…
Cancel
Save