[svsm-devel] Git submodule update required!

Jörg Rödel joro at 8bytes.org
Tue Nov 19 12:11:26 CET 2024


Hi,

This is a heads-up that I merged two PRs into COCONUT-SVSM which require
everyone to update their git submodules. These PRs were:

	* https://github.com/coconut-svsm/svsm/pull/513
	* https://github.com/coconut-svsm/svsm/pull/514

So when updating to latest HEAD please make sure to update your
submodules as documented in PR #514:

	# clean all generated files to avoid having folders with left-overs
	git clean -xfd
	git submodule foreach --recursive git clean -xfd

	# sync urls and update/init git submodules
	git submodule sync
	git submodule update --init

The libmstpm/ directory might remain after this and can be safely
deleted.

Regards,

	Joerg


More information about the Svsm-devel mailing list