mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: Remove common/mlv2v/uefi.ml{,i} files
Stop generating these files. They are currently only used by virt-v2v
-o qemu mode, and there are better ways to locate the UEFI files
there.
Update the common submodule to bring in:
Richard W.M. Jones (5):
mlcustomize: Add heuristic support for Windows Server 2025
mlcustomize/customize_run.ml: Move 'in' to new line
mlstdutils/guestfs_config: Define host_os
mlcustomize, mltools: Check guest OS is compatible before allowing --run
Remove mlv2v/ subdirectory
This commit is contained in:
@@ -447,7 +447,6 @@ maintainer-check-extra-dist:
|
||||
grep -v '^common/mlgettext/' | \
|
||||
grep -v '^common/mlprogress/' | \
|
||||
grep -v '^common/mltools/' | \
|
||||
grep -v '^common/mlv2v/' | \
|
||||
grep -v '^common/mlvisit/' | \
|
||||
grep -v '^common/mlxml/' | \
|
||||
grep -v '^intltool-.*\.in' | \
|
||||
@@ -458,7 +457,7 @@ maintainer-check-extra-dist:
|
||||
cat tmp/comm-out
|
||||
[ ! -s tmp/comm-out ]
|
||||
@echo Checking for generated files missing from the tarball ...
|
||||
@for f in `cat generator/files-generated.txt | grep -v '^common/mlcustomize' | grep -v '^common/mlv2v/'`; do \
|
||||
@for f in `cat generator/files-generated.txt | grep -v '^common/mlcustomize'`; do \
|
||||
if ! grep -sq "^$$f\$$" tmp/tarfiles; then \
|
||||
echo generated file missing from tarball: $$f; \
|
||||
exit 1; \
|
||||
|
||||
Reference in New Issue
Block a user