nvme-utils:master

Last commit made on 2015-12-08
Get this branch:
git clone -b master https://git.launchpad.net/nvme-utils
Only Stephen Bates can upload to this branch. If you are Stephen Bates please log in for upload directions.

Branch information

Name:
master
Repository:
lp:nvme-utils

Recent commits

018c960... by Keith Busch

Merge pull request #41 from samiWaheed/master

Added decoding of temp sensors to the SMART log page (02h)

Thanks for the fix. I did not catch that a previous commit did lot more than just _move_ the printing functions to a common library, creating this regression.

b6d8972... by Sami Waheed <email address hidden>

Added decoding of temp sensors to the SMART log page (02h)

- Display temperature sensors data using smart-log command
- Removed code that truncated the last byte of fr, mn, sn in id-ctrl.
Matched string format with list command

4e69f77... by Keith Busch

Merge pull request #40 from ossobv/ossobv-make-deb-fixes

Improve debian package build process.

2206f4e... by Walter Doekes <email address hidden>

Improve debian package build process.

* The changes from 3686759 make the debian/rules a lot simpler.
* Fix so ld doesn't leave a.out turds.
* Add dist-orig make target that creates a reproducible orig.tar.gz.
  A reproducible source archive is a first step towards reproducible
  builds.
* Fix typo in debian package description.
* Add dist and pkg to the PHONY targets.

34ed31c... by Keith Busch

Merge pull request #39 from pmmccorm/master

Makefile cleanup.

f8843d7... by Keith Busch

Merge pull request #38 from pmmccorm/master

Factor out ID printing code into common.c

3686759... by Patrick McCormick <email address hidden>

Makefile cleanup.

Don't link with unused libs: -lm, -lpthread
Don't hardcode in 64 bit compile, this will break cross compilation
Put preprocessor flags in CPPFLAGS
Add to existing variables instead of var = $var pattern

Signed-off-by: Patrick McCormick <email address hidden>

876af32... by Patrick McCormick <email address hidden>

Factor out ID printing code into common.c

The printing output should be identical. The id structure
printing functions can be more or less used by lsnvme.

Signed-off-by: Patrick McCormick <email address hidden>

27c9f99... by Keith Busch

Merge pull request #37 from ossobv/ossobv-add-debian-files

Create repository ready `make deb` build.

LGTM. Thanks!

8709f55... by Walter Doekes <email address hidden>

Create repository ready `make deb` build.

When running `make deb` on `wheezy` with version `0.2.5.ga6ce` it
creates these files:

    nvme-cli_0.2.5.ga6ce-1~wheezy_amd64.changes
    nvme-cli_0.2.5.ga6ce-1~wheezy_amd64.deb
    nvme-cli_0.2.5.ga6ce-1~wheezy.debian.tar.gz
    nvme-cli_0.2.5.ga6ce-1~wheezy.dsc
    nvme-cli_0.2.5.ga6ce.orig.tar.gz

These can be included in your package archive, so they can be fetched
through apt-get.