summary refs log tree commit diff
path: root/pkgs/build-support/release
Commit message (Collapse)AuthorAge
* changed mem size for rpm/deb build vms, added version specific packages for ↵Rob Vermaas2009-07-02
| | | | | | fedora9++ svn path=/nixpkgs/trunk/; revision=16136
* moved finalPhase so it is possible to override through argsRob Vermaas2009-06-17
| | | | svn path=/nixpkgs/trunk/; revision=15977
* * --fstrans=no for building debian packagesRob Vermaas2009-06-05
| | | | svn path=/nixpkgs/trunk/; revision=15859
* * added pre-/postInstall hook to debbuildRob Vermaas2009-06-03
| | | | svn path=/nixpkgs/trunk/; revision=15843
* * renamed installCommand -> installPhase for debian buildRob Vermaas2009-06-02
| | | | svn path=/nixpkgs/trunk/; revision=15816
* * Removed some obsolete nullglobs.Eelco Dolstra2009-04-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15140
* * Sync with the trunk once more.Eelco Dolstra2009-03-31
|\ | | | | | | | | | | * Turn on everything in Hydra. svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
| * * Bump the default Hydra priority of tarball builds.Eelco Dolstra2009-03-30
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14777
| * * Don't try to auto-include documentation in Debian packages.Eelco Dolstra2009-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14737
| * * Test whether we can successfully install and uninstall the DebianEelco Dolstra2009-03-26
| | | | | | | | | | | | package we just built. svn path=/nixpkgs/trunk/; revision=14730
| * * makeSourceTarball -> sourceTarball.Eelco Dolstra2009-03-26
| | | | | | | | | | | | | | | | | | | | * Added a function binaryTarball to do a DESTDIR build into /usr/local. Useful for making statically linked binaries. However, it may be better to do this in a VM (since if you do it in a Nix build environment, you can still end up with a lot of Nix dependencies in your binaries, even if you do static linking). svn path=/nixpkgs/trunk/; revision=14726
* | * Sync with the trunk.Eelco Dolstra2009-03-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14634
| * * Backwards compatibility hack for Stratego/XT packages.Eelco Dolstra2009-03-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14608
| * * Turn on nullglob globally so that distPhase works when we copyEelco Dolstra2009-03-19
| | | | | | | | | | | | | | | | "*.tar.bz2 *.tar.gz" and there are no *.tar.gz files. Maybe we should turn this on in stdenv (nullglob just seems like the right thing to do in general). svn path=/nixpkgs/trunk/; revision=14606
* | * Sync with the trunk.Eelco Dolstra2009-03-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
| * * We don't need all that src.outPath / src.path hackery anymore.Eelco Dolstra2009-03-06
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14419
| * * Use the version attribute if available.Eelco Dolstra2009-03-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14297
| * * Append the version to the "name" attribute to make the store pathsEelco Dolstra2009-03-02
| | | | | | | | | | | | | | | | | | | | | | of Hydra builds more distinct (e.g. "patchelf-build-0.5pre1234" instead of just "patchelf-build"). If the version isn't known, append at least the revision. * Propagate the release name of the source tarball to Nix builds. Useful to provide sensible package names in channels. svn path=/nixpkgs/trunk/; revision=14294
* | * stdenv branch: synced with the trunk.Eelco Dolstra2009-01-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
| * * checkinstall: build properly on x86_64.Eelco Dolstra2008-12-10
| | | | | | | | | | | | | | | | | | * checkinstall: get rid of the RUNPATH in the LD_PRELOAD library so that it works with native Glibc (e.g. in VM builds). * debBuild: use our own checkinstall. In particular this allows us to build Debs on x86_64. svn path=/nixpkgs/trunk/; revision=13608
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13604Eelco Dolstra2008-12-10
|/
* * Always include "/nix/store/*" in lcovFilter.Eelco Dolstra2008-12-04
| | | | svn path=/nixpkgs/trunk/; revision=13583
* * Don't repeat the standard definition of $phases.Eelco Dolstra2008-11-28
| | | | svn path=/nixpkgs/trunk/; revision=13493
* * Preserve meta attributes from the caller.Eelco Dolstra2008-11-26
| | | | svn path=/nixpkgs/trunk/; revision=13433
* * Use libtool.Eelco Dolstra2008-11-26
| | | | svn path=/nixpkgs/trunk/; revision=13425
* * `-pre' should be `pre'.Eelco Dolstra2008-11-25
| | | | svn path=/nixpkgs/trunk/; revision=13420
* * Figure out the release name.Eelco Dolstra2008-11-25
| | | | svn path=/nixpkgs/trunk/; revision=13415
* svn path=/nixpkgs/trunk/; revision=13414Eelco Dolstra2008-11-25
|
* * Set VERSION_SUFFIX to -pre<revision> unless building an "official"Eelco Dolstra2008-11-25
| | | | | | | release. * Use @-patterns and `...' instead of using a "with". svn path=/nixpkgs/trunk/; revision=13413
* svn path=/nixpkgs/trunk/; revision=13401Eelco Dolstra2008-11-25
|
* * Automatically build Debian packages using checkinstall, as suggestedEelco Dolstra2008-11-25
| | | | | | | | | | | by Pjotr Prins a while back. This could also be used to generate RPMs for packages that don't have a spec-file. * Added checkinstall to Nixpkgs. However we don't use our own build yet because with it "make install" segfaults in a Debian VM, while the pre-built binary does work. svn path=/nixpkgs/trunk/; revision=13400
* * Moved more stuff from the release tree.Eelco Dolstra2008-11-25
| | | | svn path=/nixpkgs/trunk/; revision=13395
* * Start moving the Nix expressions that support the build farmEelco Dolstra2008-11-24
(e.g. making source tarballs, doing coverage analysis) to the Nixpkgs tree. This makes it easier to run build farm jobs locally since you don't need to check out the "release" tree separately. Also it means one less input to declare for build farm jobs. * Removed succeedOnFailure and separate logging of phases. Hydra doesn't need that. svn path=/nixpkgs/trunk/; revision=13388