Skip to content

Commit

Permalink
use smartmontools from custom repo (#751)
Browse files Browse the repository at this point in the history
Co-authored-by: Ameer Hamza <[email protected]>
  • Loading branch information
bugclerk and ixhamza authored Nov 7, 2024
1 parent f150231 commit ac6a708
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ac6a708

Please sign in to comment.