about summary refs log tree commit diff
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-03-15 * Make perl a dependency of Nix.Eelco Dolstra5-5/+5
2004-02-20 * Use $(storedir) instead of $(prefix)/store.Eelco Dolstra2-3/+3
2004-02-13 * Only include predecessors that are themselves being pushed.Eelco Dolstra1-1/+6
2004-02-10 * Lots of manual stuff. Reference pages for most Nix commands.Eelco Dolstra3-3/+3
2004-02-06 * Improvements to profiles. Generations are now per-profile, e.g.,Eelco Dolstra2-4/+4
2004-01-16 * Test whether the symlink, not its target, exists.Eelco Dolstra1-1/+1
2004-01-16 * Doh! Edited `readmanifest.pm' instead of `readmanifest.pm.in'.Eelco Dolstra2-11/+11
2004-01-14 * Synchronous `nix-pull' with `nix-push'.Eelco Dolstra2-2/+2
2004-01-14 * Improved `nix-push': it now uses HTTP PUT (instead of rsync) to copyEelco Dolstra2-50/+85
2004-01-05 * Implemented Eelco V.'s `-p' command to switch profiles. It switchesEelco Dolstra1-18/+9
2003-12-30 * RPM spec file.Eelco Dolstra1-6/+6
2003-12-21 * Missing semicolons.Eelco Dolstra2-4/+4
2003-12-05 * Refactoring: put the manifest-reading code in a separate file.Eelco Dolstra3-89/+113
2003-12-04 * Fix for too long command lines when calling `nix-storeMartin Bravenboer1-4/+16
2003-12-01 * Bug fix in nix-push.Eelco Dolstra1-19/+19
2003-12-01 * Help text for all (non-script) programs, so no more:Eelco Dolstra1-1/+1
2003-12-01 * Use a system name that does not include the OS manufacturer (i.e.,Eelco Dolstra3-4/+4
2003-11-24 * One-click installation :-)Eelco Dolstra3-73/+123
2003-11-24 * Fix nix-pull.Eelco Dolstra1-21/+15
2003-11-24 * Get rid of tab characters.Eelco Dolstra1-62/+62
2003-11-22 * Fix nix-push.Eelco Dolstra1-36/+32
2003-11-22 * Maintain integrity of the substitute and successor mappings whenEelco Dolstra3-100/+16
2003-11-22 * Fix the garbage collector.Eelco Dolstra1-3/+18
2003-10-27 * Don't cache the manifest.Eelco Dolstra1-1/+1
2003-10-20 * NarPath -> NarName.Eelco Dolstra1-1/+1
2003-10-16 * Remove some debug output.Eelco Dolstra1-4/+1
2003-10-16 * Substitutes and nix-pull now work again.Eelco Dolstra1-60/+91
2003-10-16 * Get nix-push to work again.Eelco Dolstra1-32/+78
2003-10-15 * Keep sources (derivation expression) by default, `--no-source' toEelco Dolstra1-2/+2
2003-10-09 * Follow successors by default (use `--no-successors' to override).Eelco Dolstra1-2/+2
2003-10-09 * Fixed nix-switch.Eelco Dolstra1-2/+2
2003-10-07 * Synchronise terminology with the ICSE paper (e.g., slice -> closure,Eelco Dolstra1-2/+2
2003-10-02 * Use passive FTP in wget.Eelco Dolstra1-1/+1
2003-08-28 * nix-push generated invalid (old-style) slices.Eelco Dolstra1-1/+1
2003-08-25 * Don't continue when the call to nix fails.Eelco Dolstra1-3/+11
2003-08-15 * A script `nix-prefetch-url' to fetch a URL, place it in the NixEelco Dolstra3-4/+54
2003-08-15 * Don't use a temporary file.Eelco Dolstra1-9/+14
2003-08-06 * Allow a name to be given to a system configuration through `--name Eelco Dolstra1-3/+7
2003-08-05 * Made nix-push much faster.Eelco Dolstra1-18/+33
2003-08-05 * Made nix-pull much faster by performing all Fix instantiations atEelco Dolstra1-14/+32
2003-07-29 * Bug: Fix does not allow empty names, so don't generate them.Eelco Dolstra1-10/+10
2003-07-29 * Use `--query --requisites' and include successors when pushing. Don't Eelco Dolstra1-8/+8
2003-07-29 * Typo: if -> elsif.Eelco Dolstra1-1/+1
2003-07-29 * Get garbage collection and cache population to work *properly*.Eelco Dolstra2-18/+50
2003-07-28 * Do not set LD_LIBRARY_PATH; it breaks many things. E.g., SuSE's ssh Eelco Dolstra1-1/+1
2003-07-23 * Incorporated Berkeley DB and ATerm into the source tree.Eelco Dolstra1-0/+5
2003-07-22 * Substitutes now should produce a path with the same id as they areEelco Dolstra1-4/+13
2003-07-21 * Changed nix-pull to match nix-push.Eelco Dolstra2-15/+16
2003-07-21 * Syntax fixes.Eelco Dolstra2-14/+24
2003-07-20 * Argh, another short-write problem. Added wrappers aroundEelco Dolstra1-0/+3