diff options
author | Vincent Ambo <tazjin@google.com> | 2019-10-03T11·11+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-10-03T12·21+0100 |
commit | 53906024ff0612b6946cff4122dc28e85a414b6b (patch) | |
tree | 0659e9c6989bb33a897a593425e38eb3c3c1fe66 /tools/nixery/docs/src/under-the-hood.md | |
parent | f6b40ed6c78a69dd417bd9e0f64a207904755af4 (diff) |
refactor: Remove remaining MD5-hash mentions and computations
Diffstat (limited to 'tools/nixery/docs/src/under-the-hood.md')
-rw-r--r-- | tools/nixery/docs/src/under-the-hood.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/nixery/docs/src/under-the-hood.md b/tools/nixery/docs/src/under-the-hood.md index 6b5e5e9bbf21..b58a21d0d4ec 100644 --- a/tools/nixery/docs/src/under-the-hood.md +++ b/tools/nixery/docs/src/under-the-hood.md @@ -67,8 +67,7 @@ just ... hang, for a moment. Nixery inspects the returned manifest and uploads each layer to the configured [Google Cloud Storage][gcs] bucket. To avoid unnecessary uploading, it will -first check whether layers are already present in the bucket and - just to be -safe - compare their MD5-hashes against what was built. +check whether layers are already present in the bucket. ## 4. The image manifest is sent back |