about summary refs log tree commit diff
path: root/pkgs/build-support/release
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Avoid top-level `with ...;` in pkgs/build-support/release/default.nixPhilip Taron1-2/+20
2023-11-25build-support/release: deprecate phasesFelix Buehler1-1/+2
2023-07-24treewide: use lib.optionalAttrsFelix Buehler3-7/+7
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler4-4/+4
2023-03-24treewide: don't hardcode /nix/store (no rebuilds changes)Artturin1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler6-12/+12
2023-01-16treewide: remove usages of header and stopNestArtturin3-8/+4
2022-12-18Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-12-08stdenv: support opt-in __structuredAttrsArtturin1-1/+1
2022-10-10treewide: *Flags convert to list from strArtturin2-2/+7
2021-10-27releaseTools.antBuild: removebb010g3-150/+0
2021-10-10releaseTools.debBuild: fix invocationTimur Demin1-1/+1
2021-03-29releaseTools: fix nixBuild functionSander van der Burg1-2/+2
2021-03-21Merge pull request #112073 from ztzg/x-16304-debbuild-checkinstallSandro1-2/+2
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+2
2021-02-07releaseTools.debBuild: remove double lib in argsAshlynn Anderson1-1/+0
2021-02-05debBuild: Fix for "cannot coerce a set to a string"Damien Diederen1-1/+1
2021-02-05debBuild: Fix "duplicate formal function argument 'lib'"Damien Diederen1-1/+1
2021-01-24pkgs/build-support: stdenv.lib -> libBen Siraphob3-10/+10
2021-01-24treewide: stdenv.lib -> libPavol Rusnak3-14/+13
2020-09-05nixos/testing: remove remaining coverage-data logicFlorian Klink2-53/+0
2020-03-21releaseTools: no-op expression cleanupBenjamin Hipple5-35/+30
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
2018-08-10treewide: random cleanupsJan Malakhovski1-6/+6
2018-07-30stdenv/build-support: support .tbz and .txz tarballsJames Deikun1-1/+1
2018-02-19debBuild: install all packages at once to avoid dependency managementNikolay Amiantov1-1/+1
2018-01-09schedulingPriority should be an int, fix check-meta type and in-tree useWill Dietz1-1/+1
2017-11-21releaseTools.sourceTarball: Clean up temporary filesEelco Dolstra1-0/+1
2017-07-02Merge pull request #17681 from ericsagnes/feat/releaseTools.channelJoachim F1-0/+52
2017-04-30/bin/sh -> ${stdenv.shell}rht1-1/+1
2016-12-31Revert "releaseTools.debBuild: split checkinstall into separate phase"Nikolay Amiantov1-12/+9
2016-12-03releaseTools.debBuild: split checkinstall into separate phase and allow to ov...Nikolay Amiantov1-9/+12
2016-09-27releaseTools: add channel functionEric Sagnes1-0/+52
2016-07-26antBuild: run default hooksAlexey Shmalko1-11/+19
2016-05-19debian-build: fix checkinstall invocation (#15538)Profpatsch1-1/+5
2016-01-26build-support/source-tarball.nix: fix syntax highlighting in EmacsPeter Simons1-1/+1
2015-02-20clang-analyzer: align attrname with pkgnameBjørn Forsman2-2/+2
2015-01-07java: Normalize to the default jre / jdkWilliam A. Kennington III1-1/+1
2014-11-20Fix patchelf RPM buildsEelco Dolstra1-1/+1
2014-11-10findTarball: Fix the case where src is a directoryEelco Dolstra1-5/+3
2014-11-06nixBuild: Respect the preHook/postHook of the callerEelco Dolstra1-0/+5
2014-11-05findTarball: Handle pipefailEelco Dolstra6-11/+16
2014-11-05Die tabs dieEelco Dolstra1-16/+16
2014-11-05findTarballs: Take nullglob into accountEelco Dolstra1-2/+2
2014-08-14Make ant-build canonicalize the jars it produces so that we produce byte-for-...Daniel Peebles2-1/+29
2014-08-08Merge 'staging' into masterVladimír Čunát1-1/+1
2014-08-08debBuild: Allow setting the package name and overriding the install commandEelco Dolstra1-1/+3