Commit graph

5 commits

Author SHA1 Message Date
Vladimír Čunát ba18b47c2a
notary: disable tests (for now)
I don't really know anything about the package;
I just noticed the regression on hydra.nixos.org.
2019-03-31 18:03:38 +02:00
Maximilian Bosch 6a32965e17
notary: fix build
The package is broken on master for some time now:
https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.notary.x86_64-linux/all

The main reason for the breackage is that the `Makefile` script attempts
to retrieve the latest git commit by using `git rev-parse` which breaks
as `git` is not in the build environment. This could be fixed by using
`?=` rather than `:=` for the `GITCOMMIT` variable in the `make` script
to easily override `GITCOMMIT` in the `buildPhase`.

See the Hydra logs for reference:
https://nix-cache.s3.amazonaws.com/log/ib4qp8h4r8d830ra4fah38l7ybb82gp7-notary-0.6.0.drv

Furthermore some refactoring was applied:

* Activated the test suite for `cmd/notary` to confirm the basic
  functionality when building for NixOS.

* Added {pre,post} hooks for `{build,install}Phase`

* Added myself as maintainer to have more people available in case of
  further breakage.
2018-04-30 10:20:38 +02:00
Vincent Demeester ef4790cfd4
notary: 0.5.1 -> 0.6.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-03-11 15:16:24 +01:00
Jörg Thalheim 9e27701d64 notary: get rid of .git folder in source
tested with:

  $ notary version
2018-01-12 19:16:20 +00:00
Vincent Demeester 843ea6b57d
notary: init at 0.5.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-12 15:41:41 +01:00