about summary refs log tree commit diff
path: root/pkgs/build-support/release/rpm-build.nix
AgeCommit message (Expand)AuthorFilesLines
2023-06-25treewide: use optionalAttrs instead of 'else {}'Felix Buehler1-1/+1
2023-02-13treewide: use optionalStringFelix Buehler1-2/+2
2020-03-21releaseTools: no-op expression cleanupBenjamin Hipple1-1/+1
2014-11-05findTarball: Handle pipefailEelco Dolstra1-1/+1
2013-03-01build-support/release: Simplify meta.descriptionEelco Dolstra1-3/+3
2012-07-23Factor out repeated scriptlets from build-support/release/*.nix.Petr Rockai1-10/+4
2012-07-23Add --nodeps to rpm when test-uninstalling after a rpmBuild.Petr Rockai1-1/+1
2012-07-23Call rpm -U instead of rpm -i to test package installation.Petr Rockai1-1/+1
2012-05-31* Install/uninstall all RPMs in one operation. This is necessary ifEelco Dolstra1-10/+8
2012-05-01* Add a hook for running a test after the RPMs have been installed.Eelco Dolstra1-2/+7
2012-03-19* After building an RPM, install and uninstall it.Eelco Dolstra1-0/+10
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
2009-10-23* Work around an apparent bug in the Nix expression lexer (it doesn'tEelco Dolstra1-1/+1
2009-10-21* Give SRPMs a different build product type.Eelco Dolstra1-1/+6
2009-10-02give extraRPMs/-Debs file type rpm-extra or deb-extra in build productsRob Vermaas1-1/+1
2009-10-01add extrarpms to build-products of rpm buildRob Vermaas1-0/+3
2009-04-19* Removed some obsolete nullglobs.Eelco Dolstra1-1/+0
2009-03-06* We don't need all that src.outPath / src.path hackery anymore.Eelco Dolstra1-2/+0
2009-03-02* Use the version attribute if available.Eelco Dolstra1-1/+1
2009-03-02* Append the version to the "name" attribute to make the store pathsEelco Dolstra1-8/+9
2008-11-26* Preserve meta attributes from the caller.Eelco Dolstra1-1/+1
2008-11-25* Moved more stuff from the release tree.Eelco Dolstra1-0/+41