summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2024-03-04 15:44:10 +0100
committerSimon Rettberg2024-03-04 15:44:10 +0100
commite490b98313b511184e9cdcd4b0057fde8fcc8eb1 (patch)
treee987349bb56256bcfb482d0e346c10ab3d9eb3af /core/modules/hardware-stats/module.build
parent[etherwake] udev: Mask exit code 76 from ethtool (diff)
downloadmltk-e490b98313b511184e9cdcd4b0057fde8fcc8eb1.tar.gz
mltk-e490b98313b511184e9cdcd4b0057fde8fcc8eb1.tar.xz
mltk-e490b98313b511184e9cdcd4b0057fde8fcc8eb1.zip
[hardware-stats] Move collect script to this repo
Diffstat (limited to 'core/modules/hardware-stats/module.build')
-rw-r--r--core/modules/hardware-stats/module.build9
1 files changed, 1 insertions, 8 deletions
diff --git a/core/modules/hardware-stats/module.build b/core/modules/hardware-stats/module.build
index c9104ab7..3c6eb632 100644
--- a/core/modules/hardware-stats/module.build
+++ b/core/modules/hardware-stats/module.build
@@ -4,14 +4,7 @@ fetch_source() {
}
build() {
- local dir="${MODULE_BUILD_DIR}/opt/openslx/hardware-stats"
- mkdir -p "$dir"
- cde "$dir"
- local file
- for file in collect_hw_info_json.py dmiparser.py; do
- wget -O "$file" "https://git.openslx.org/openslx-ng/systemd-init.git/plain/modules.d/bas-hw-collect/scripts/${file}?h=bas" \
- || perror "Could not download $file"
- done
+ :
}
post_copy() {