Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/3436627 | |||||
2012-12-05 | Add a dependency on xz | Eelco Dolstra | 1 | -0/+1 | |
2012-12-05 | Fix RPM build | Eelco Dolstra | 1 | -1/+1 | |
http://hydra.nixos.org/build/3436511 | |||||
2012-10-03 | Rename nix-worker to nix-daemon | Eelco Dolstra | 1 | -4/+4 | |
2012-08-27 | Add WWW::Curl to the RPM dependencies | Eelco Dolstra | 1 | -0/+1 | |
2012-07-09 | Really fix RPM builds | Eelco Dolstra | 1 | -3/+3 | |
2012-07-09 | Fix RPM builds | Eelco Dolstra | 1 | -0/+1 | |
http://hydra.nixos.org/build/2784908 | |||||
2012-07-09 | Get rid of nix.conf.example | Eelco Dolstra | 1 | -4/+1 | |
No need to duplicate the nix.conf manpage. | |||||
2012-05-31 | On systems with SystemD, install the service descriptor for nix-worker, and ↵ | Michel Alexandre Salim | 1 | -0/+16 | |
enable and start it | |||||
2012-05-31 | Major spec update: - Fix license field - Split into subpackages - Update ↵ | Michel Alexandre Salim | 1 | -46/+149 | |
build dependencies - Configure users and groups for multi-user mode - Fix installation location of Perl modules | |||||
2012-05-31 | - only enable deprecated spec sections when building on systems with older ↵ | Michel Alexandre Salim | 1 | -6/+12 | |
RPM versions - move tests to dedicated %check section - use standard build macros | |||||
2012-05-31 | - replace %define with %global | Michel Alexandre Salim | 1 | -5/+5 | |
2012-03-19 | Fix the RPM | Eelco Dolstra | 1 | -1/+6 | |
2011-10-10 | * Hopefully perl-devel contains the required headers (untested). | Eelco Dolstra | 1 | -0/+1 | |
2011-08-08 | * Add perl-DBD-SQLite as a dependency of the RPM builds. | Eelco Dolstra | 1 | -0/+1 | |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -1/+1 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -1/+2 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -1/+1 | |
2008-11-20 | (no commit message) | Eelco Dolstra | 1 | -2/+0 | |
2008-11-20 | * Don't set the prefix to /nix by default, rather use the Autoconf | Eelco Dolstra | 1 | -4/+3 | |
default of /usr/local. However, localstatedir and storedir are set to /nix/var/nix and /nix/store respectively unless they're explicitly overriden. | |||||
2008-08-29 | (no commit message) | Eelco Dolstra | 1 | -1/+1 | |
2007-03-21 | * Fix URL/description. | Eelco Dolstra | 1 | -2/+7 | |
2007-02-22 | * /man -> /share/man | Eelco Dolstra | 1 | -1/+0 | |
2006-12-29 | * Another great success. | Eelco Dolstra | 1 | -1/+0 | |
2006-12-29 | * Testing 1 2 3. | Eelco Dolstra | 1 | -0/+1 | |
2006-09-05 | * Package the include directory. | Eelco Dolstra | 1 | -0/+1 | |
2006-02-07 | * Don't install nix.conf (so it won't be overriden when you upgrade an RPM). | Eelco Dolstra | 1 | -0/+1 | |
2005-07-25 | * Add $prefix/lib to the RPM. | Eelco Dolstra | 1 | -0/+1 | |
2005-07-12 | * Add curl to the RPM dependencies. Should fix NIX-11. | Eelco Dolstra | 1 | -0/+1 | |
2005-05-07 | * Build .tar.bz2 files in `make dist'. | Eelco Dolstra | 1 | -1/+1 | |
2004-09-08 | * Hack for perl(readmanifest) dependency. | Eelco Dolstra | 1 | -0/+3 | |
2004-09-06 | * Spec file options to create the Nix user and group in the RPM | Eelco Dolstra | 1 | -9/+18 | |
pre-install script. By default this is turned off; you should edit the spec file to enable it. | |||||
2004-09-06 | * Add some variability to RPM spec files: allow setuid options to be | Eelco Dolstra | 1 | -4/+24 | |
set on the rpmbuild command line. | |||||
2004-07-18 | * Don't pass `--with-system'. | Eelco Dolstra | 1 | -1/+1 | |
2004-07-09 | * Hardcode the system id to be `i686-linux'. | Eelco Dolstra | 1 | -1/+1 | |
2004-05-04 | * Allow the location of the store etc. to be specified using | Eelco Dolstra | 1 | -0/+1 | |
environment variables. * Started adding some automatic tests. * Do a `make check' when building RPMs. | |||||
2004-04-21 | * Do initialise state (the DB etc.) when doing a `make install', | Eelco Dolstra | 1 | -1/+0 | |
unless `--disable-init-state' is passed to configure. | |||||
2004-03-29 | * Specify Perl as a dependency for the RPM. | Eelco Dolstra | 1 | -0/+1 | |
2004-02-16 | * Allow the location of the store to be specified (--with-store-dir). | Eelco Dolstra | 1 | -0/+1 | |
* Do not create stuff in localstatedir when doing `make install' (since we may not have write access). In general, installation of constant code/data should be separate from the initialisation of mutable state. | |||||
2004-01-19 | * Ignore exit code from strip. | Eelco Dolstra | 1 | -1/+1 | |
2004-01-19 | * Strip binaries in RPMs. | Eelco Dolstra | 1 | -0/+1 | |
2004-01-02 | * Generate RPM spec file. | Eelco Dolstra | 1 | -0/+42 | |