about summary refs log tree commit diff
path: root/pkgs/build-support
AgeCommit message (Collapse)AuthorFilesLines
2010-10-04* Add some openSUSE mirrors that still have 10.3 and 11.0.Eelco Dolstra1-1/+4
svn path=/nixpkgs/trunk/; revision=24053
2010-09-20Recursive sourceInfo is more convenientMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=23868
2010-09-10nixBuild: Add `buildOutOfSourceTree' option.Ludovic Courtès1-1/+23
svn path=/nixpkgs/trunk/; revision=23717
2010-09-09maven-build: do full assembly without tests, add site to build productsRob Vermaas1-1/+2
svn path=/nixpkgs/trunk/; revision=23694
2010-09-09maven-build: only copy site dir if it existsRob Vermaas1-1/+3
svn path=/nixpkgs/trunk/; revision=23692
2010-09-09maven-build: copy whole site dir and adapted hydra-build-productsRob Vermaas1-14/+6
svn path=/nixpkgs/trunk/; revision=23691
2010-09-07vm/default.nix: updating debian lenny hashesRob Vermaas1-2/+2
svn path=/nixpkgs/trunk/; revision=23674
2010-08-29* Mark the VM builds as requiring KVM support.Eelco Dolstra1-0/+2
svn path=/nixpkgs/trunk/; revision=23526
2010-08-20Update the currently used autocallable template to make it usable with ↵Michael Raskin1-3/+13
probable future autoupdater.. svn path=/nixpkgs/trunk/; revision=23297
2010-08-19maven-build: use single target in stead of assembly to prevent test from ↵Rob Vermaas1-1/+1
being run twice svn path=/nixpkgs/trunk/; revision=23249
2010-08-19maven-build: if surefire was run, generate html and add to resultRob Vermaas1-3/+5
svn path=/nixpkgs/trunk/; revision=23246
2010-08-19startSamba: reintroduce force user option set to current userRob Vermaas1-1/+4
svn path=/nixpkgs/trunk/; revision=23242
2010-08-18wrong location for surefire reportsRob Vermaas1-2/+2
svn path=/nixpkgs/trunk/; revision=23224
2010-08-18revert earlier changeRob Vermaas1-1/+0
svn path=/nixpkgs/trunk/; revision=23222
2010-08-18added 'force user = root' to smb.conf to prevent permissions problems in vms ↵Rob Vermaas1-0/+1
caused by unknown uids svn path=/nixpkgs/trunk/; revision=23220
2010-08-18remove mvncobertura phaseRob Vermaas1-7/+11
svn path=/nixpkgs/trunk/; revision=23219
2010-08-17Fix some more wrong-on-bootstrap casesMichael Raskin1-13/+15
svn path=/nixpkgs/trunk/; revision=23214
2010-08-17Fix bootstrap callsMichael Raskin1-0/+5
svn path=/nixpkgs/trunk/; revision=23212
2010-08-09* Make sure that if pathsToLink contains an element such asEelco Dolstra1-1/+4
"/share/info" that it doesn't match "/share/information.nix". svn path=/nixpkgs/trunk/; revision=23059
2010-08-07* Ignore non-existant directories.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=23026
2010-08-04* Turn on `preferLocalBuild' for fetchurl.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=22948
2010-08-02Fixing the dynamic linker in the gcc-cross-wrapper so it takes also the dynamicLluís Batlle i Rossell1-1/+1
linker of glibc on mips (specifically ld.so.1, and not ld-*.so.? as we had before) svn path=/nixpkgs/trunk/; revision=22912
2010-07-28* More cleanup.Eelco Dolstra1-54/+0
svn path=/nixpkgs/trunk/; revision=22795
2010-07-27make nix-prefetch-hg executableRob Vermaas1-0/+0
svn path=/nixpkgs/trunk/; revision=22755
2010-07-19* Debian 5.0.5.Eelco Dolstra1-6/+6
svn path=/nixpkgs/trunk/; revision=22654
2010-07-18* Apply a patch that is apparently required to make the kernel workEelco Dolstra1-3/+1
properly on Amazon EC2. * Always apply the CIFS timeout patch. It's rather annoying to have to build a separate kernel for the VM tests. svn path=/nixpkgs/trunk/; revision=22630
2010-07-12slnFile can also be a list of strings nowSander van der Burg1-1/+1
svn path=/nixpkgs/trunk/; revision=22557
2010-07-08* Remove the call to update-mime-database, which doesn't belong hereEelco Dolstra1-6/+0
but in the postBuild hook. svn path=/nixpkgs/trunk/; revision=22527
2010-07-08* First figure out what symlinks need to be created, then createEelco Dolstra1-91/+67
them. This prevents unnecessary unlink operations to resolve collisions between directories. svn path=/nixpkgs/trunk/; revision=22526
2010-06-23Allow overrides for SF version extractorMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=22394
2010-06-23Adding golly (a cellular automata program)Michael Raskin1-0/+32
svn path=/nixpkgs/trunk/; revision=22391
2010-06-23Use an SF version extractor with better chances to yield correct result by ↵Michael Raskin2-2/+3
default svn path=/nixpkgs/trunk/; revision=22390
2010-06-23Small fixes to auto-updaterMichael Raskin2-2/+2
svn path=/nixpkgs/trunk/; revision=22389
2010-06-23Add a Sourceforge-friendly fetch method to upstream-updaterMichael Raskin1-1/+35
svn path=/nixpkgs/trunk/; revision=22388
2010-06-21* Add ftp-archives.postgresql.org as a fallback for PostgreSQLEelco Dolstra1-0/+1
downloads. * PostgreSQL updated to 8.3.11, 8.4.4. svn path=/nixpkgs/trunk/; revision=22365
2010-06-21* Add a fallback for Debian releases (in particular `etch').Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=22355
2010-06-20* Doh.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=22350
2010-06-20* In the VM tests, apply a patch to increase the 15s timeout on CIFSEelco Dolstra1-7/+9
operations to 120s. This is necessary if the host is heavily loaded. For instance, in the Hydra build farm, if there are many concurrent jobs, VM builds often fail because they hit the timeout. svn path=/nixpkgs/trunk/; revision=22347
2010-06-18svn path=/nixpkgs/trunk/; revision=22333Eelco Dolstra1-0/+1
2010-06-18* Fix the download of discontinued openSUSE releases.Eelco Dolstra2-15/+14
svn path=/nixpkgs/trunk/; revision=22324
2010-06-17Support renamed downloads for autoupdatable packagesMichael Raskin1-2/+3
svn path=/nixpkgs/trunk/; revision=22303
2010-06-16* Doh.Eelco Dolstra1-4/+4
svn path=/nixpkgs/trunk/; revision=22289
2010-06-15* Make the script to start Samba available to the VM stuff in NixOS.Eelco Dolstra1-22/+31
* Use socat's "exec" and "nofork" options to reduce the number of processes. Also, if smbd exits abnormally, exit from the smbd restart loop. svn path=/nixpkgs/trunk/; revision=22279
2010-06-15Renamed buildSolution => build-solutionSander van der Burg4-2/+2
svn path=/nixpkgs/trunk/; revision=22277
2010-06-15Added my very experimental Visual Studio build stuff. You should be even ↵Sander van der Burg2-0/+25
more brave to use this svn path=/nixpkgs/trunk/; revision=22273
2010-06-15Commited my experimental Visual C# build function. Currently, it should only ↵Sander van der Burg2-0/+71
be used by brave people svn path=/nixpkgs/trunk/; revision=22272
2010-06-14svn path=/nixpkgs/trunk/; revision=22266Eelco Dolstra1-1/+1
2010-06-14* Clean up diskImages/diskImageFuns/diskImageExtraFuns.Eelco Dolstra1-138/+162
svn path=/nixpkgs/trunk/; revision=22265
2010-06-14* Cleanup the definition of `diskImages' using mapAttrs.Eelco Dolstra1-64/+29
svn path=/nixpkgs/trunk/; revision=22263
2010-06-14* Add a fallback mirror for very old Ubuntu releases.Eelco Dolstra1-0/+1
svn path=/nixpkgs/trunk/; revision=22262