summary refs log tree commit diff
path: root/pkgs/development/tools/jbake
Commit message (Collapse)AuthorAge
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* treewide: remove package names from prefix of descriptionsBen Siraphob2020-10-27
|
* jbake: 2.6.4 -> 2.6.5R. RyanTM2020-05-05
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* jbake: 2.6.3 -> 2.6.4R. RyanTM2019-02-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jbake/versions
* jbake: 2.6.2 -> 2.6.3 (#49302)R. RyanTM2018-10-27
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jbake/versions
* jbake: 2.6.1 -> 2.6.2R. RyanTM2018-10-14
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jbake/versions
* jbake: fix sandbox build (#46363)Maximilian Bosch2018-09-08
| | | | | | | | | | | | | | See https://hydra.nixos.org/build/80999410 Without a sandbox the `checkPhase` breaks with the following error: ``` /nix/store/i6vl5lwlz5jbkg4r6p340dwmj6fha3xq-stdenv-linux/setup: bin/jbake: /usr/bin/env: bad interpreter: No such file or directory jbake did not return correct version ``` Running `patchShebangs` before fixes the issue. Addresses #45960
* jbake: add check (#40421)John Mercier2018-05-16
|
* jbake: wrap scriptJohn Mercier2018-04-21
| | | | Upstream script now uses JAVA_HOME. This change wraps the script so JAVA_HOME is set.
* jbake: 2.6.0 -> 2.6.1R. RyanTM2018-04-20
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/jbake/versions. These checks were done: - built on NixOS - ran ‘/nix/store/l85kq1n5mv8shw19rd26vx1qh2q2xj98-jbake-2.6.1/bin/jbake -h’ got 0 exit code - ran ‘/nix/store/l85kq1n5mv8shw19rd26vx1qh2q2xj98-jbake-2.6.1/bin/jbake --help’ got 0 exit code - ran ‘/nix/store/l85kq1n5mv8shw19rd26vx1qh2q2xj98-jbake-2.6.1/bin/jbake help’ got 0 exit code - found 2.6.1 with grep in /nix/store/l85kq1n5mv8shw19rd26vx1qh2q2xj98-jbake-2.6.1 - directory tree listing: https://gist.github.com/27e3a60a9041b9898ce150344a6c3db4
* jbake: 2.5.1 -> 2.6.0Ryan Mulligan2018-03-28
| | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/jbake/versions. These checks were done: - built on NixOS - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake -h` got 0 exit code - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake --help` got 0 exit code - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake help` got 0 exit code - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake version` and found version 2.6.0 - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake -h` and found version 2.6.0 - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake --help` and found version 2.6.0 - ran `/nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0/bin/jbake help` and found version 2.6.0 - found 2.6.0 with grep in /nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0 - found 2.6.0 in filename of file in /nix/store/mn3b11ybbp508yngrds39czbycjhacf6-jbake-2.6.0 - directory tree listing: https://gist.github.com/1cd96e2ec3fd1a83c4b62c8a7213936c
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* jbake: cleanupRobin Gloster2017-12-29
|
* jbake: init at 2.5.1John Mercier2017-12-29