summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-09-23 10:54:07 +0200
committerManuel Bentele2021-09-23 10:54:07 +0200
commit4f3a82d839534e9b4c94216d5bbd57bbdcfca173 (patch)
tree3b1dbd13c8c8144e3494d52afb5ea5c28735ffc8
parent[looking-glass-client] Add module for looking-glass-client source build (diff)
downloadmltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.tar.gz
mltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.tar.xz
mltk-4f3a82d839534e9b4c94216d5bbd57bbdcfca173.zip
[looking-glass-client] Bump version to latest release 'B4'
-rw-r--r--core/modules/looking-glass-client/module.build4
-rw-r--r--core/modules/looking-glass-client/module.conf2
2 files changed, 2 insertions, 4 deletions
diff --git a/core/modules/looking-glass-client/module.build b/core/modules/looking-glass-client/module.build
index df334e41..52609237 100644
--- a/core/modules/looking-glass-client/module.build
+++ b/core/modules/looking-glass-client/module.build
@@ -1,9 +1,7 @@
#!/bin/bash
fetch_source() {
- local SRCDIR="${MODULE_WORK_DIR}/src/LookingGlass"
autoclone
- cde "${SRCDIR}"
- git submodule update --init --recursive || perror "Failed to init and update submodules!"
+ git -C "${MODULE_WORK_DIR}/src/LookingGlass" submodule update --init --recursive || perror "Failed to init and update submodules!"
}
build() {
diff --git a/core/modules/looking-glass-client/module.conf b/core/modules/looking-glass-client/module.conf
index 11283429..a8e7263d 100644
--- a/core/modules/looking-glass-client/module.conf
+++ b/core/modules/looking-glass-client/module.conf
@@ -3,5 +3,5 @@ REQUIRED_BINARIES="
looking-glass-client
"
REQUIRED_GIT="
- https://github.com/gnif/LookingGlass.git
+ https://github.com/gnif/LookingGlass.git||Release/B4
"