Engine icon indicating copy to clipboard operation
Engine copied to clipboard

Latest release tag has submodule commit which is not public

Open inglor opened this issue 5 months ago • 1 comments

ORE-SWIG submodule points to a commit which is not in public repo.

inglor avatar Jul 02 '25 18:07 inglor

The following URIs on tag v1.8.13.1 are wrong

[submodule "QuantLib"]
	path = QuantLib
	url = [email protected]:qs/quantlib.git
	branch = master
	ignore = dirty
[submodule "ORE-SWIG/QuantLib-SWIG"]
	path = ORE-SWIG/QuantLib-SWIG
	url = [email protected]:qs/QuantLib-SWIG.git

They should be

[submodule "QuantLib"]
	path = QuantLib
	url = https://github.com/OpenSourceRisk/QuantLib
	branch = master
	ignore = dirty
[submodule "ORE-SWIG/QuantLib-SWIG"]
	path = ORE-SWIG/QuantLib-SWIG
	url = https://github.com/OpenSourceRisk/QuantLib-SWIG

pcaspers avatar Jul 03 '25 06:07 pcaspers