about summary refs log tree commit diff
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-18 * Generate nar.sh, fetchurl.sh.Eelco Dolstra1-7/+1
2003-07-16 * The write() system call can write less than the requested Eelco Dolstra1-0/+4
2003-07-16 * Substitute fixes.Eelco Dolstra2-15/+12
2003-07-14 * Get the garbage collector to work again.Eelco Dolstra2-22/+25
2003-07-13 * Generate the scripts so that we can substitute the prefixEelco Dolstra5-21/+23
2003-07-10 * Compress Nix archives when pushing them.Eelco Dolstra2-3/+5
2003-07-10 * Working derivate sharing.Eelco Dolstra2-4/+23
2003-07-10 * Convert tabs to spaces.Eelco Dolstra2-70/+70
2003-07-10 * Performance enhancement.Eelco Dolstra1-2/+8
2003-07-10 * The policy-free derivate sharing now *almost* works. :-) For anyEelco Dolstra5-133/+69
2003-07-10 * Get `nix-push' working again. It now uses Nix/Fix to create NixEelco Dolstra3-1/+63
2003-06-18 * Set CPLUS_INCLUDE_PATH as well as C_INCLUDE_PATH. Otherwise g++Eelco Dolstra1-0/+1
2003-05-30 * Set umask to 0022 on startup.Eelco Dolstra2-0/+4
2003-05-30 * Don't set MANPATH. It's not necessary.Eelco Dolstra1-1/+1
2003-05-30 * Set MANPATH and PKG_CONFIG_PATH.Eelco Dolstra1-1/+5
2003-05-27 * Fix the rsync destination.Eelco Dolstra1-1/+1
2003-05-26 * Removed some debug code that prevented packages from building.Eelco Dolstra1-58/+0
2003-05-26 * Nix can now fetch prebuilts (and other files) from the network, iffEelco Dolstra4-8/+22
2003-05-25 * Prebuilt package sharing. We allow transparent binary deployment byEelco Dolstra5-21/+118
2003-04-25 * Bug fix: deleting the old links didn't work properly.Eelco Dolstra1-2/+2
2003-04-24 * nix-switch now removes the link to the previously activated systemEelco Dolstra1-2/+20
2003-04-09 * A garbage collector for installed packages. nix-collect-garbageEelco Dolstra2-1/+23
2003-04-09 * When we activate a descriptor in nix-switch, remember its hash.Eelco Dolstra1-1/+7