summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
Commit message (Collapse)AuthorAge
* Tarball: Match the NixOS versionEelco Dolstra2013-10-11
|
* Unify the Nixpkgs and NixOS version numbersEelco Dolstra2013-10-10
|
* Drop --xml, it's no longer neededEelco Dolstra2013-10-06
|
* tarball: Evaluate Nixpkgs on all supported platformsEelco Dolstra2013-10-01
| | | | So drop powerpc-linux and add x86_64-darwin and x86_64-freebsd.
* tarball: add --show-trace on the remaining callsVladimír Čunát2013-08-23
| | | | This should help tracing some evaluation problems in future.
* Add an "unstable" aggregate to replace the "unstable" viewEelco Dolstra2013-03-26
| | | | Views are obsolete, aggregates are the declarative replacement.
* Nixpkgs channel: Use XZ compression for nixexprs.tarEelco Dolstra2013-01-30
|
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
|
* * Include the Git shortrev in the version number.Eelco Dolstra2012-06-04
| | | | | | * Less verbose output in the tarball job. svn path=/nixpkgs/trunk/; revision=34335
* * Fix building the tarball in a chroot.Eelco Dolstra2012-05-15
| | | | svn path=/nixpkgs/trunk/; revision=34110
* * Work around some problems in tarball checks. Nix wants to open theEelco Dolstra2012-05-13
| | | | | | | DB even in read-only mode. Should probably fix that. Also, "or" no longer works like this because it's a keyword now. svn path=/nixpkgs/trunk/; revision=34079
* * Set the channel name to "nixpkgs".Eelco Dolstra2012-04-14
| | | | svn path=/nixpkgs/trunk/; revision=33784
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Check eval-release.nix.Eelco Dolstra2010-08-19
| | | | svn path=/nixpkgs/trunk/; revision=23250
* typoRob Vermaas2010-05-18
| | | | svn path=/nixpkgs/trunk/; revision=21827
* fix check of tarballRob Vermaas2010-05-18
| | | | svn path=/nixpkgs/trunk/; revision=21826
* * Get rid of the ".svn" directories that Hydra includes nowadays.Eelco Dolstra2010-02-02
| | | | | | They make the Nixpkgs tarball much larger and slower to unpack. svn path=/nixpkgs/trunk/; revision=19762
* * Spam everybody with failures of the Nixpkgs tarball so thatEelco Dolstra2010-01-29
| | | | | | hopefully whoever broke it can fix it ;-) svn path=/nixpkgs/trunk/; revision=19731
* * Use the stable Nix to test the Nixpkgs expressions, since we alwaysEelco Dolstra2009-11-18
| | | | | | want to be compatible with the last stable Nix release. svn path=/nixpkgs/trunk/; revision=18411
* * Use --meta --xml to check whether the meta attributes all evaluateEelco Dolstra2009-10-13
| | | | | | correctly. svn path=/nixpkgs/trunk/; revision=17771
* svn path=/nixpkgs/trunk/; revision=16869Eelco Dolstra2009-08-26
|
* * Build a PDF of the manual.Eelco Dolstra2009-07-10
| | | | svn path=/nixpkgs/trunk/; revision=16316
* * Urgh.Eelco Dolstra2009-07-09
| | | | svn path=/nixpkgs/trunk/; revision=16268
* * Doh.Eelco Dolstra2009-07-08
| | | | svn path=/nixpkgs/trunk/; revision=16259
* svn path=/nixpkgs/trunk/; revision=16256Eelco Dolstra2009-07-08
|
* * build-for-release.nix is gone.Eelco Dolstra2009-07-07
| | | | svn path=/nixpkgs/trunk/; revision=16209
* svn path=/nixpkgs/trunk/; revision=14858Eelco Dolstra2009-04-03
|
* * Doh.Eelco Dolstra2009-04-03
| | | | svn path=/nixpkgs/trunk/; revision=14854
* * Added some regression tests for lib that I wrote a while ago butEelco Dolstra2009-03-31
| | | | | | didn't commit. Also, run the tests when making a Nixpkgs tarball. svn path=/nixpkgs/trunk/; revision=14802
* * Put the tarball job in a separate file.Eelco Dolstra2009-03-09
svn path=/nixpkgs/trunk/; revision=14476