about summary refs log tree commit diff
path: root/pkgs/tools/misc/xfstests
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12xfstests: 2019-09-08 -> 2022-09-04Christian Kögler1-4/+4
2021-08-02xfstests: replace name with pname&versionFelix Buehler1-1/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-13xfstests: 2018-04-11 -> 2019-09-08Daniel Schaefer1-3/+6
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-27treewide: use killallMatthew Bauer1-3/+6
2018-04-21xfstests: 2017-07-16 -> 2018-04-11Jörg Thalheim1-5/+9
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-28xfstests: Use keyutilsTuomas Tynkkynen1-2/+2
2017-07-25xfstests: Use the newly added quota packageTuomas Tynkkynen1-2/+2
2017-07-25xfstests: 2017-03-26 -> 2017-07-16Tuomas Tynkkynen1-6/+9
2017-04-01xfstests: FixesTuomas Tynkkynen1-0/+8
2017-04-01xfstests: Fix homepageTuomas Tynkkynen1-1/+1
2017-04-01xfstests: Enable parallel buildTuomas Tynkkynen1-0/+1
2017-04-01xfstests: 2016-08-26 -> 2017-03-26Tuomas Tynkkynen1-3/+3
2017-03-07xfstests: set correct echo binaryJörg Thalheim1-1/+1
2016-09-01xfstests: 2016-08-06 -> 2016-08-26Tuomas Tynkkynen1-4/+4
Fixes build.
2016-09-01xfstests: Autodetect what to link in the wrapperTuomas Tynkkynen1-1/+1
2016-08-12Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-4/+4
2016-08-11xfstests: 2016-01-11 -> 2016-08-06Tuomas Tynkkynen1-3/+3
2016-08-11xfstests: Remove 'su' from PATHTuomas Tynkkynen1-1/+1
This needs to be coming from the setuid wrapper to work correctly.
2016-06-10Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2016-05-18Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz1-2/+2
2016-05-03libcap: Replace occurences of libcap_progs with libcap.outAlexander Ried1-2/+2
2016-04-18Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+1
2016-04-13replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-20xfstests: turn off format hardeningRobin Gloster1-0/+2
2016-01-12xfstests: init at 2016-01-11Tuomas Tynkkynen1-0/+86