From f7fe41fa7b45137bc4662ebd2d693b0ea6da42e2 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 9 Feb 2021 16:22:53 +0100 Subject: [slx-tools] pin slx-tools git "version".... --- modules.d/slx-tools/module-setup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules.d/slx-tools/module-setup.sh b/modules.d/slx-tools/module-setup.sh index 940103d1..7d410c39 100644 --- a/modules.d/slx-tools/module-setup.sh +++ b/modules.d/slx-tools/module-setup.sh @@ -3,7 +3,10 @@ build() { # clone if not cloned yet if [ ! -d "${moddir}/src" ]; then - git clone --depth 1 "git://git.openslx.org/openslx-ng/slx-tools" "${moddir}/src" + git clone "git://git.openslx.org/openslx-ng/slx-tools" "${moddir}/src" + cd "${moddir}/src" + git checkout 18eafbfbeb19833cc762d32e7435b40f51f8adf0 + cd - &>/dev/null fi cd "${moddir}/src" bash make.sh /usr/share/slx-tools -- cgit v1.2.3-55-g7522