Merge branch 'blender-v4.1-release'

This commit is contained in:
Sergey Sharybin
2024-02-22 15:52:15 +01:00

View File

@@ -535,7 +535,7 @@ def add_submodule_push_url(args: argparse.Namespace):
push_url = check_output((args.git_command, "config", "--file", str(config),
"--get", "remote.origin.pushURL"), exit_on_error=False)
if push_url and push_url != "https://projects.blender.org/blender/lib-darwin_arm64.git":
if push_url and push_url != "git@projects.blender.org:blender/lib-darwin_arm64.git":
# Ignore modules which have pushURL configured.
# Keep special exception, as some debug code sneaked into the production for a short
# while.