Rename class
[?]
Feb 18, 2016, 11:51 AM
W2AOTSS6ZFJZBF3IZKWFXHFW5H4DNGLWCEDJTLMFWVAXL46SNM7QCDependencies
- [2]
32HHP5CWhydra-queue-runner: Support generating a signed binary cache - [3]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [4]
5AIYUMTBBasic remote building - [5]
24BMQDZAStart of single-process hydra-queue-runner - [6]
3FQ65IXOhydra-queue-runner: Compress binary cache NARs using xz
Change contents
- replacement in src/hydra-queue-runner/binary-cache-store.cc at line 12
LocalBinaryCache::LocalBinaryCache(ref<Store> localStore, const Path & binaryCacheDir,BinaryCacheStore::BinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir, - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 33
Path LocalBinaryCache::narInfoFileFor(const Path & storePath)Path BinaryCacheStore::narInfoFileFor(const Path & storePath) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 49
void LocalBinaryCache::addToCache(const ValidPathInfo & info,void BinaryCacheStore::addToCache(const ValidPathInfo & info, - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 83
NarInfo LocalBinaryCache::readNarInfo(const Path & storePath)NarInfo BinaryCacheStore::readNarInfo(const Path & storePath) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 97
bool LocalBinaryCache::isValidPath(const Path & storePath)bool BinaryCacheStore::isValidPath(const Path & storePath) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 102
void LocalBinaryCache::exportPath(const Path & storePath, bool sign, Sink & sink)void BinaryCacheStore::exportPath(const Path & storePath, bool sign, Sink & sink) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 130
Paths LocalBinaryCache::importPaths(bool requireSignature, Source & source)Paths BinaryCacheStore::importPaths(bool requireSignature, Source & source) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 162
Path LocalBinaryCache::importPath(Source & source)Path BinaryCacheStore::importPath(Source & source) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 190
ValidPathInfo LocalBinaryCache::queryPathInfo(const Path & storePath)ValidPathInfo BinaryCacheStore::queryPathInfo(const Path & storePath) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 195
void LocalBinaryCache::querySubstitutablePathInfos(const PathSet & paths,void BinaryCacheStore::querySubstitutablePathInfos(const PathSet & paths, - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 216
void LocalBinaryCache::buildPaths(const PathSet & paths, BuildMode buildMode)void BinaryCacheStore::buildPaths(const PathSet & paths, BuildMode buildMode) - replacement in src/hydra-queue-runner/binary-cache-store.cc at line 241
void LocalBinaryCache::ensurePath(const Path & path)void BinaryCacheStore::ensurePath(const Path & path) - replacement in src/hydra-queue-runner/binary-cache-store.hh at line 10
class LocalBinaryCache : public nix::Storeclass BinaryCacheStore : public nix::Store - replacement in src/hydra-queue-runner/binary-cache-store.hh at line 21
LocalBinaryCache(ref<Store> localStore, const Path & binaryCacheDir,BinaryCacheStore(ref<Store> localStore, const Path & binaryCacheDir, - replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 36
return make_ref<LocalBinaryCache>(getLocalStore(),return make_ref<BinaryCacheStore>(getLocalStore(),