Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-24 | * Debug levels. Use `--verbose / -v LEVEL' to display only messages | Eelco Dolstra | 1 | -7/+16 | |
up to the given verbosity levels. These currently are: lvlError = 0, lvlNormal = 5, lvlDebug = 10, lvlDebugMore = 15 although only lvlError and lvlDebug are actually used right now. | |||||
2003-07-10 | * Get `nix-push' working again. It now uses Nix/Fix to create Nix | Eelco Dolstra | 1 | -0/+1 | |
archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package. | |||||
2003-07-07 | * Make dbRefs a mapping from Hash to [Path]. | Eelco Dolstra | 1 | -0/+3 | |
2003-07-04 | * Refactoring: move initialisation and argument parsing into a shared | Eelco Dolstra | 1 | -0/+63 | |
file. |