Browse Source

update submodules

pull/139/head
Guillaume Vincent 8 years ago
parent
commit
ba527edb1f
7 changed files with 11 additions and 7 deletions
  1. +3
    -0
      .gitmodules
  2. +1
    -1
      cli
  3. +1
    -0
      desktop
  4. +3
    -3
      dev-utils.sh
  5. +1
    -1
      frontend
  6. +1
    -1
      native
  7. +1
    -1
      pure

+ 3
- 0
.gitmodules View File

@@ -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

+ 1
- 1
cli

@@ -1 +1 @@
Subproject commit ca4b00c626e919b8e7e4b2e33a005e7194ef261e
Subproject commit c2a4c2b707ed44b6e3570762588679920a8d4750

+ 1
- 0
desktop

@@ -0,0 +1 @@
Subproject commit 901b1819724ad4d40a5cd1cda35f6073c35b3a90

+ 3
- 3
dev-utils.sh View File

@@ -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


+ 1
- 1
frontend

@@ -1 +1 @@
Subproject commit 42af43057d3173b43031908bace45751bd6ac18f
Subproject commit 4cd475839187c9eb53a52845182b3302f289c11d

+ 1
- 1
native

@@ -1 +1 @@
Subproject commit 960e07afd34b51abda3f43e4e7f5714528d38bc9
Subproject commit 5c1ef12437bed8c9d948c42ebd7753d8f00db99a

+ 1
- 1
pure

@@ -1 +1 @@
Subproject commit a1ca51f0f76bae4012c44c55e44f54a21f459720
Subproject commit 8c2964c17197ac67cbee7e34e822e36d91702ad2

Loading…
Cancel
Save