From bba6025dc0b0ceaf0c30d62d2bfbe53493c19066 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 30 Oct 2024 16:18:08 +0000 Subject: [PATCH] Add session_redis from upstream --- .gitmodules | 3 +++ .vendor/camptocamp-cloud-platform | 1 + session_redis | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 .vendor/camptocamp-cloud-platform create mode 120000 session_redis diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..79f7ad52 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vendor/camptocamp-cloud-platform"] + path = .vendor/camptocamp-cloud-platform + url = https://github.com/hibou-io/camptocamp-cloud-platform.git diff --git a/.vendor/camptocamp-cloud-platform b/.vendor/camptocamp-cloud-platform new file mode 160000 index 00000000..471fe15b --- /dev/null +++ b/.vendor/camptocamp-cloud-platform @@ -0,0 +1 @@ +Subproject commit 471fe15b2b3fd664f5c89b2678f310e60350038b diff --git a/session_redis b/session_redis new file mode 120000 index 00000000..f71e180c --- /dev/null +++ b/session_redis @@ -0,0 +1 @@ +./.vendor/camptocamp-cloud-platform/session_redis \ No newline at end of file