From f32555752970caad2072b62e888698d511114770 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Tue, 23 Jun 2026 12:31:20 +0200 Subject: [PATCH] initial --- .gitmodules | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 5 ++ 2 files changed, 169 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ead7bb7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,164 @@ +[submodule "ac-be-access"] + path = ac-be-access + url = git://f0xx.org/ac/ac-be-access + branch = next + +[submodule "ac-be-auth"] + path = ac-be-auth + url = git://f0xx.org/ac/ac-be-auth + branch = next + +[submodule "ac-be-builder"] + path = ac-be-builder + url = git://f0xx.org/ac/ac-be-builder + branch = next + +[submodule "ac-be-graphs"] + path = ac-be-graphs + url = git://f0xx.org/ac/ac-be-graphs + branch = next + +[submodule "ac-be-hub"] + path = ac-be-hub + url = git://f0xx.org/ac/ac-be-hub + branch = next + +[submodule "ac-be-issues"] + path = ac-be-issues + url = git://f0xx.org/ac/ac-be-issues + branch = next + +[submodule "ac-be-remote-access"] + path = ac-be-remote-access + url = git://f0xx.org/ac/ac-be-remote-access + branch = next + +[submodule "ac-be-tickets"] + path = ac-be-tickets + url = git://f0xx.org/ac/ac-be-tickets + branch = next + +[submodule "ac-deploy"] + path = ac-deploy + url = git://f0xx.org/ac/ac-deploy + branch = next + +[submodule "ac-docs"] + path = ac-docs + url = git://f0xx.org/ac/ac-docs + branch = next + +[submodule "ac-mobile-android"] + path = ac-mobile-android + url = git://f0xx.org/ac/ac-mobile-android + branch = next + +[submodule "ac-mobile-ios"] + path = ac-mobile-ios + url = git://f0xx.org/ac/ac-mobile-ios + branch = next + +[submodule "ac-ms-build"] + path = ac-ms-build + url = git://f0xx.org/ac/ac-ms-build + branch = next + +[submodule "ac-ms-devices"] + path = ac-ms-devices + url = git://f0xx.org/ac/ac-ms-devices + branch = next + +[submodule "ac-ms-graphs"] + path = ac-ms-graphs + url = git://f0xx.org/ac/ac-ms-graphs + branch = next + +[submodule "ac-ms-identity"] + path = ac-ms-identity + url = git://f0xx.org/ac/ac-ms-identity + branch = next + +[submodule "ac-ms-issues"] + path = ac-ms-issues + url = git://f0xx.org/ac/ac-ms-issues + branch = next + +[submodule "ac-ms-media-transcode"] + path = ac-ms-media-transcode + url = git://f0xx.org/ac/ac-ms-media-transcode + branch = next + +[submodule "ac-ms-notifications"] + path = ac-ms-notifications + url = git://f0xx.org/ac/ac-ms-notifications + branch = next + +[submodule "ac-ms-ota"] + path = ac-ms-ota + url = git://f0xx.org/ac/ac-ms-ota + branch = next + +[submodule "ac-ms-rbac"] + path = ac-ms-rbac + url = git://f0xx.org/ac/ac-ms-rbac + branch = next + +[submodule "ac-ms-remote-access"] + path = ac-ms-remote-access + url = git://f0xx.org/ac/ac-ms-remote-access + branch = next + +[submodule "ac-ms-sfu-signaling"] + path = ac-ms-sfu-signaling + url = git://f0xx.org/ac/ac-ms-sfu-signaling + branch = next + +[submodule "ac-ms-template"] + path = ac-ms-template + url = git://f0xx.org/ac/ac-ms-template + branch = next + +[submodule "ac-ms-tickets"] + path = ac-ms-tickets + url = git://f0xx.org/ac/ac-ms-tickets + branch = next + +[submodule "ac-ms-url-shortener"] + path = ac-ms-url-shortener + url = git://f0xx.org/ac/ac-ms-url-shortener + branch = next + +[submodule "ac-platform-db"] + path = ac-platform-db + url = git://f0xx.org/ac/ac-platform-db + branch = next + +[submodule "ac-platform-edge"] + path = ac-platform-edge + url = git://f0xx.org/ac/ac-platform-edge + branch = next + +[submodule "ac-platform-php"] + path = ac-platform-php + url = git://f0xx.org/ac/ac-platform-php + branch = next + +[submodule "ac-platform-web"] + path = ac-platform-web + url = git://f0xx.org/ac/ac-platform-web + branch = next + +[submodule "ac-scripts"] + path = ac-scripts + url = git://f0xx.org/ac/ac-scripts + branch = next + +[submodule "ac-session-studio"] + path = ac-session-studio + url = git://f0xx.org/ac/ac-session-studio + branch = next + +[submodule "ac-workspace"] + path = ac-workspace + url = git://f0xx.org/ac/ac-workspace + branch = next diff --git a/README.md b/README.md new file mode 100644 index 0000000..dc9f711 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# ac-workspace + +Optional clone manifest for org `ac`. + +`git clone git://f0xx.org/ac/ac-workspace && git submodule update --init`