1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00

* Down to 1 test failure...

This commit is contained in:
Eelco Dolstra 2008-03-05 13:48:19 +00:00
parent 07da660396
commit 95fa444587
9 changed files with 156 additions and 219 deletions

View file

@ -16,7 +16,7 @@ Hash parseHashField(const Path & path, const string & s);
/* Upgrade from schema 4 (Nix 0.11) to schema 5 (Nix >= 0.12). The
old schema uses Berkeley DB, the new one stores store path
meta-information in files. */
void upgradeStore12()
void LocalStore::upgradeStore12()
{
printMsg(lvlError, "upgrading Nix store to new schema (this may take a while)...");