From ac6a708871558f01b9d2b9f0b20870db0803cb10 Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:15:43 -0800 Subject: [PATCH] use smartmontools from custom repo (#751) Co-authored-by: Ameer Hamza --- conf/build.manifest | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/conf/build.manifest b/conf/build.manifest index 5ad1eb6a..3b4b659c 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -219,9 +219,6 @@ apt_preferences: - Package: "*polkit*" Pin: "release n=bookworm-security" Pin-Priority: 1000 -- Package: "smartmontools" - Pin: "release n=bookworm-backports" - Pin-Priority: 1000 - Package: "*ssh*" Pin: "release n=bookworm-security" Pin-Priority: 1000 @@ -631,3 +628,12 @@ sources: - name: py_sg3 repo: https://github.com/truenas/py-sg3 branch: stable/electriceel +- name: smartmontools + repo: https://github.com/truenas/smartmontools + branch: master + debian_fork: true + predepscmd: + - "apt install -y wget xz-utils" + - "./pull.sh" + deoptions: nocheck + generate_version: false