Documentation fixes (#391)
This commit is contained in:
parent
c5ededc7e8
commit
42abf5cbf2
|
@ -82,7 +82,7 @@ Name 1, Name 2, Name 3 (alphabetically from `git log`)
|
||||||
can obtain them via `gcloud init`):
|
can obtain them via `gcloud init`):
|
||||||
|
|
||||||
```
|
```
|
||||||
gsutil cp bazel-bin/distro/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz
|
gsutil cp bazel-bin/distribution/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz
|
||||||
gsutil setmeta -h "Cache-Control: public, max-age=31536000" "gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz"
|
gsutil setmeta -h "Cache-Control: public, max-age=31536000" "gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ COPY_EXECUTION_REQUIREMENTS = {
|
||||||
# | or run inside the sandbox. For genrules and tests, marking the rule with the
|
# | or run inside the sandbox. For genrules and tests, marking the rule with the
|
||||||
# | local = True attribute has the same effect.
|
# | local = True attribute has the same effect.
|
||||||
# ----------------+-----------------------------------------------------------------------------
|
# ----------------+-----------------------------------------------------------------------------
|
||||||
# See https://bazel.google.cn/reference/be/common-definitions?hl=en&authuser=0#common-attributes
|
# See https://bazel.build/reference/be/common-definitions#common-attributes
|
||||||
#
|
#
|
||||||
# Copying file & directories is entirely IO-bound and there is no point doing this work
|
# Copying file & directories is entirely IO-bound and there is no point doing this work
|
||||||
# remotely.
|
# remotely.
|
||||||
|
|
Loading…
Reference in New Issue