cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
684 stars 229 forks source link

Add config to ignore extra_packages errors #244

Closed logan2211 closed 5 years ago

logan2211 commented 5 years ago

When installing a directory full of updates, such as from wsusoffline, there are inevitably some packages which are "not applicable to this image". When this happens, DISM returns a nonzero exit code and the image build fails. This configuration allows the user to ignore these errors and proceed with the image build anyway.

AppVeyorBot commented 5 years ago

:x: Build windows-openstack-imaging-tools 1.0.90 failed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/66e6224515 by @logan2211)

AppVeyorBot commented 5 years ago

:x: Build windows-openstack-imaging-tools 1.0.92 failed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/c1d745832b by @logan2211)

AppVeyorBot commented 5 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.93 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/fdcde42565 by @logan2211)

ader1990 commented 5 years ago

@logan2211 Thank you for the contribution!