This is an automated email from the ASF dual-hosted git repository. msciabarra pushed a commit to branch sync-deps-nov25 in repository https://gitbox.apache.org/repos/asf/openserverless.git
commit 9707caeb37ff94352c13884dbfebe512278d89ac Author: Michele Sciabarra <[email protected]> AuthorDate: Sun Nov 9 17:07:11 2025 +0000 renamed and removed old submodules --- .gitmodules | 10 +--------- devel/olaris | 1 - devel/olaris-operator | 1 - operator => olaris-op | 0 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 36c9ea1..f9964d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,7 +7,7 @@ url = https://github.com/apache/openserverless-cli branch = main [submodule "operator"] - path = operator + path = olaris-op url = https://github.com/apache/openserverless-operator branch = main [submodule "testing"] @@ -22,14 +22,6 @@ path = runtimes url = https://github.com/apache/openserverless-runtimes branch = main -[submodule "devel/olaris"] - path = devel/olaris - url = https://github.com/apache/openserverless-task - branch = devel -[submodule "devel/olaris-operator"] - path = devel/olaris-operator - url = https://github.com/apache/openserverless-operator - branch = devel [submodule "vscode"] path = vscode url = https://github.com/apache/openserverless-vscode-extension diff --git a/devel/olaris b/devel/olaris deleted file mode 160000 index 6388332..0000000 --- a/devel/olaris +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6388332ea80713df0aa8d9f10e82598735840d80 diff --git a/devel/olaris-operator b/devel/olaris-operator deleted file mode 160000 index ec4d1da..0000000 --- a/devel/olaris-operator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec4d1dafe236a3840b1d4fdf83a07ab6a4800586 diff --git a/operator b/olaris-op similarity index 100% rename from operator rename to olaris-op
