From ba527edb1f5cb2553b42b179e75b4ae8490c7632 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Tue, 29 Nov 2016 12:19:18 +0100 Subject: [PATCH] update submodules --- .gitmodules | 3 +++ cli | 2 +- desktop | 1 + dev-utils.sh | 6 +++--- frontend | 2 +- native | 2 +- pure | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) create mode 160000 desktop diff --git a/.gitmodules b/.gitmodules index 4629922..b985d06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "native"] path = native url = git@github.com:lesspass/native.git +[submodule "desktop"] + path = desktop + url = git@github.com:lesspass/desktop.git diff --git a/cli b/cli index ca4b00c..c2a4c2b 160000 --- a/cli +++ b/cli @@ -1 +1 @@ -Subproject commit ca4b00c626e919b8e7e4b2e33a005e7194ef261e +Subproject commit c2a4c2b707ed44b6e3570762588679920a8d4750 diff --git a/desktop b/desktop new file mode 160000 index 0000000..901b181 --- /dev/null +++ b/desktop @@ -0,0 +1 @@ +Subproject commit 901b1819724ad4d40a5cd1cda35f6073c35b3a90 diff --git a/dev-utils.sh b/dev-utils.sh index 5db2d06..a1f4225 100755 --- a/dev-utils.sh +++ b/dev-utils.sh @@ -4,9 +4,9 @@ function cmd { pwd } -submodules=( backend cli core cozy frontend nginx pure webextension native ) -#submodules=( cli core cozy frontend pure webextension native ) -#submodules=( cozy frontend webextension ) +submodules=( backend cli core cozy frontend nginx pure webextension native desktop ) +#submodules=( cli core cozy frontend pure webextension native desktop ) +#submodules=( cozy frontend webextension desktop ) for submodule in "${submodules[@]}" do cd $submodule diff --git a/frontend b/frontend index 42af430..4cd4758 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit 42af43057d3173b43031908bace45751bd6ac18f +Subproject commit 4cd475839187c9eb53a52845182b3302f289c11d diff --git a/native b/native index 960e07a..5c1ef12 160000 --- a/native +++ b/native @@ -1 +1 @@ -Subproject commit 960e07afd34b51abda3f43e4e7f5714528d38bc9 +Subproject commit 5c1ef12437bed8c9d948c42ebd7753d8f00db99a diff --git a/pure b/pure index a1ca51f..8c2964c 160000 --- a/pure +++ b/pure @@ -1 +1 @@ -Subproject commit a1ca51f0f76bae4012c44c55e44f54a21f459720 +Subproject commit 8c2964c17197ac67cbee7e34e822e36d91702ad2