summary refs log tree commit diff
path: root/pkgs/tools/misc/kargo
Commit message (Collapse)AuthorAge
* kargo: expand platforms to allBen Siraphob2021-03-22
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* kargo: use python3Jonathan Ringer2020-06-11
|
* kargo: 0.4.6 -> 0.4.8R. RyanTM2020-03-30
|
* treewide: name -> pname (#67513)volth2019-08-31
|
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* kargo: refactor move to using ansible as python moduleChris Ostrouchov2019-03-01
|
* kargo: readd ansible2 to propagatedBuildInputsJörg Thalheim2017-08-28
| | | | was removed by accident in 16bab456b4fc3c132bdd3cf9173fd43740b0084e
* kargo: fix evaluationJörg Thalheim2017-08-28
|
* Python: replace requests2 with requests tree-wideFrederik Rietdijk2017-05-07
| | | | | | | See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
* kargo: use python2Frederik Rietdijk2016-11-24
|
* kargo: init at 0.4.6Jascha Geerds2016-10-25