Skip to content
Snippets Groups Projects
Commit 3134d3ec authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

plugin: rename plugins submodule

add format script to plugins submodule

Change-Id: I59a5e401c1e31ec689b1eaf804b8236185d0bda8
parent 04ba9a64
Branches
Tags
No related merge requests found
...@@ -7,5 +7,6 @@ client-uwp ...@@ -7,5 +7,6 @@ client-uwp
daemon daemon
lrc lrc
ring_* ring_*
plugins
.git .git
*/.git */.git
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
[submodule "client-qt"] [submodule "client-qt"]
path = client-qt path = client-qt
url = https://review.jami.net/jami-client-qt url = https://review.jami.net/jami-client-qt
[submodule "jami-plugins"] [submodule "plugins"]
path = jami-plugins path = plugins
url = ../jami-plugins url = https://review.jami.net/jami-plugins
Subproject commit 27ad30868a337d6e615a649f236cd393db160c0a
...@@ -282,7 +282,7 @@ def run_init(): ...@@ -282,7 +282,7 @@ def run_init():
for name in module_names: for name in module_names:
copy_file("./scripts/commit-msg", ".git/modules/"+name+"/hooks") copy_file("./scripts/commit-msg", ".git/modules/"+name+"/hooks")
module_names_to_format = ['daemon', 'lrc', 'client-qt'] module_names_to_format = ['daemon', 'lrc', 'client-qt', 'plugins']
for name in module_names_to_format: for name in module_names_to_format:
execute_script( execute_script(
['./scripts/format.sh --install %(path)s'], ['./scripts/format.sh --install %(path)s'],
......
plugins @ 9dcf4309
Subproject commit 9dcf4309a37d32ff8fc349cd96a9c54363530b4b
...@@ -8,5 +8,6 @@ git add client-android \ ...@@ -8,5 +8,6 @@ git add client-android \
client-qt \ client-qt \
client-uwp \ client-uwp \
daemon \ daemon \
lrc lrc \
plugins
git commit git commit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment