From: Federico Campoli Date: Thu, 14 Jan 2021 13:56:19 +0000 (+0100) Subject: add submodules for postgresql repositories X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=063d4ec470f464fe257e39e9d23a24961f6eb096;p=stands-website.git add submodules for postgresql repositories --- diff --git a/.gitmodules b/.gitmodules index bb97185..b9704ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,10 @@ url = https://github.com/pharo-divulgation/pharo-fosdem-content.git path = static/stands/pharo url = https://github.com/pharo-divulgation/pharo-fosdem-static.git +[submodule "static/stands/postgresql"] +path = static/stands/postgresql +url = https://git.postgresql.org/git/fosdem2021-static.git + +[submodule "content/stands/postgresql"] +path = content/stands/postgresql +url = https://git.postgresql.org/git/fosdem2021-content.git