Documentation fixes (#391)

This commit is contained in:
Alexandre Rostovtsev 2022-09-01 15:29:04 -04:00 committed by GitHub
parent c5ededc7e8
commit 42abf5cbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"
``` ```

View File

@ -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.