Rename class

[?]
Feb 18, 2016, 11:51 AM
W2AOTSS6ZFJZBF3IZKWFXHFW5H4DNGLWCEDJTLMFWVAXL46SNM7QC

Dependencies

  • [2] 32HHP5CW hydra-queue-runner: Support generating a signed binary cache
  • [3] 73YR46NJ hydra-queue-runner: Write directly to a binary cache
  • [4] 5AIYUMTB Basic remote building
  • [5] 24BMQDZA Start of single-process hydra-queue-runner
  • [6] 3FQ65IXO hydra-queue-runner: Compress binary cache NARs using xz

Change contents

  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 12
    [3.2032][2.220:307]()
    LocalBinaryCache::LocalBinaryCache(ref<Store> localStore, const Path & binaryCacheDir,
    [3.2032]
    [2.307]
    BinaryCacheStore::BinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir,
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 33
    [3.2226][3.2226:2288]()
    Path LocalBinaryCache::narInfoFileFor(const Path & storePath)
    [3.2226]
    [3.2288]
    Path BinaryCacheStore::narInfoFileFor(const Path & storePath)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 49
    [3.2718][3.2718:2780]()
    void LocalBinaryCache::addToCache(const ValidPathInfo & info,
    [3.2718]
    [3.2780]
    void BinaryCacheStore::addToCache(const ValidPathInfo & info,
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 83
    [3.4222][2.1503:1565]()
    NarInfo LocalBinaryCache::readNarInfo(const Path & storePath)
    [3.4222]
    [3.4302]
    NarInfo BinaryCacheStore::readNarInfo(const Path & storePath)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 97
    [3.5591][3.5591:5650]()
    bool LocalBinaryCache::isValidPath(const Path & storePath)
    [3.5591]
    [3.5650]
    bool BinaryCacheStore::isValidPath(const Path & storePath)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 102
    [3.5824][3.5824:5906]()
    void LocalBinaryCache::exportPath(const Path & storePath, bool sign, Sink & sink)
    [3.5824]
    [3.5906]
    void BinaryCacheStore::exportPath(const Path & storePath, bool sign, Sink & sink)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 130
    [3.6347][3.6347:6423]()
    Paths LocalBinaryCache::importPaths(bool requireSignature, Source & source)
    [3.6347]
    [3.6423]
    Paths BinaryCacheStore::importPaths(bool requireSignature, Source & source)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 162
    [3.7100][3.7100:7151]()
    Path LocalBinaryCache::importPath(Source & source)
    [3.7100]
    [3.7151]
    Path BinaryCacheStore::importPath(Source & source)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 190
    [3.7770][3.7770:7840]()
    ValidPathInfo LocalBinaryCache::queryPathInfo(const Path & storePath)
    [3.7770]
    [3.7840]
    ValidPathInfo BinaryCacheStore::queryPathInfo(const Path & storePath)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 195
    [3.7885][3.7885:7959]()
    void LocalBinaryCache::querySubstitutablePathInfos(const PathSet & paths,
    [3.7885]
    [3.7959]
    void BinaryCacheStore::querySubstitutablePathInfos(const PathSet & paths,
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 216
    [3.8489][3.8489:8567]()
    void LocalBinaryCache::buildPaths(const PathSet & paths, BuildMode buildMode)
    [3.8489]
    [3.8567]
    void BinaryCacheStore::buildPaths(const PathSet & paths, BuildMode buildMode)
  • replacement in src/hydra-queue-runner/binary-cache-store.cc at line 241
    [3.9121][3.9121:9174]()
    void LocalBinaryCache::ensurePath(const Path & path)
    [3.9121]
    [3.9174]
    void BinaryCacheStore::ensurePath(const Path & path)
  • replacement in src/hydra-queue-runner/binary-cache-store.hh at line 10
    [3.9310][3.9310:9353]()
    class LocalBinaryCache : public nix::Store
    [3.9310]
    [3.9353]
    class BinaryCacheStore : public nix::Store
  • replacement in src/hydra-queue-runner/binary-cache-store.hh at line 21
    [3.9426][2.2227:2300]()
    LocalBinaryCache(ref<Store> localStore, const Path & binaryCacheDir,
    [3.9426]
    [2.2300]
    BinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir,
  • replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 36
    [3.1660][2.0:55]()
    return make_ref<LocalBinaryCache>(getLocalStore(),
    [3.1660]
    [2.55]
    return make_ref<BinaryCacheStore>(getLocalStore(),