Unlisted mirror of private melamine repo for CSC842 students
Find a file
Darryl Nixon 5a4d74936b Fix reference to job.hash which should check
for the exhaustive flag from CLI invoke
2023-07-16 10:34:00 -07:00
melamine Fix reference to job.hash which should check 2023-07-16 10:34:00 -07:00
.flake8 MVP for testing 2023-07-16 09:30:36 -07:00
.gitignore Initial 2023-07-15 13:08:04 -07:00
.pre-commit-config.yaml Initial 2023-07-15 13:08:04 -07:00
LICENSE Initial 2023-07-15 13:08:04 -07:00
pyproject.toml Fix mount point references and some wording 2023-07-16 10:30:39 -07:00
README.md Doing libzfs the hard way, but it works 2023-07-16 10:23:03 -07:00

melamine

todo!

install

sudo apt install --yes --no-install-recommends build-essential python3-dev libzfslinux-dev && \
sudo pip3 install Cython && \
git clone https://github.com/truenas/py-libzfs && \
cd py-libzfs && ./configure --prefix=/usr && sudo make install