From d7af3c1a5739adddfaeaaffb41ddaf36c4e09aff Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 13 Nov 2018 15:24:51 +0100 Subject: [PATCH] Remove mezzanine-organization-themes, add default theme : ircam-www-theme --- .gitmodules | 12 ++++++------ lib/ircam-www-theme | 1 + lib/mezzanine-organization-themes | 1 - 3 files changed, 7 insertions(+), 7 deletions(-) create mode 160000 lib/ircam-www-theme delete mode 160000 lib/mezzanine-organization-themes diff --git a/.gitmodules b/.gitmodules index 53cf1ea1..00fe4f49 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,12 +9,6 @@ branch-master = master branch-dev = dev ignore = dirty -[submodule "lib/mezzanine-organization-themes"] - path = lib/mezzanine-organization-themes - url = git@github.com:Ircam-Web/mezzanine-organization-themes.git - branch-master = master - branch-dev = dev - ignore = dirty [submodule "bin"] path = bin url = git@github.com:Ircam-Web/mezzo-bin.git @@ -38,3 +32,9 @@ url = git@github.com:Ircam-Web/cartridge.git branch-master = master branch-dev = master +[submodule "lib/ircam-www-theme"] + path = lib/ircam-www-theme + url = git@github.com:Ircam-Web/ircam-www-theme.git + branch-master = master + branch-dev = dev + ignore = dirty diff --git a/lib/ircam-www-theme b/lib/ircam-www-theme new file mode 160000 index 00000000..175bfc0b --- /dev/null +++ b/lib/ircam-www-theme @@ -0,0 +1 @@ +Subproject commit 175bfc0b427201a11b6ebc5312c2aa9bd1e8d55a diff --git a/lib/mezzanine-organization-themes b/lib/mezzanine-organization-themes deleted file mode 160000 index e44815f3..00000000 --- a/lib/mezzanine-organization-themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e44815f37db76c40b4025627d1a43d3126845441 -- 2.39.5