aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java b/src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java
index 2b31d6d784..a3f70b3813 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/repository/skylark/SkylarkRepositoryContext.java
@@ -581,6 +581,9 @@ public class SkylarkRepositoryContext {
+ " to omit the SHA-256 as remote files can change. At best omitting this field"
+ " will make your build non-hermetic. It is optional to make development easier"
+ " but should be set before shipping."
+ + " If provided, the repository cache will first be checked for a file with the"
+ + " given hash; a download will only be attempted, if the file was not found in the"
+ + " cache. After a successful download, the file will be added to the cache."
),
@Param(
name = "type",