From 144a8f893287dba8765f4becf35e3ae4d3f10972 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 23 May 2020 15:31:03 -0700 Subject: [PATCH] Adding the wordpress codebase to the repository I wanted to avoid having to do this, but I don't see another nice way for us to generate the patches otherwise. --- .gitmodules | 3 +++ app/r2db | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 app/r2db diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a2388a6d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app/r2db"] + path = app/r2db + url = git@git.autistici.org:lucha/r2db diff --git a/app/r2db b/app/r2db new file mode 160000 index 00000000..636019a5 --- /dev/null +++ b/app/r2db @@ -0,0 +1 @@ +Subproject commit 636019a5fd859f54c1e2fe0db8be181fd185c855 -- GitLab