Skip to content

Commit

Permalink
Move print-workspace-status.sh to hack/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Apr 11, 2018
1 parent 68bf2ca commit 2af7a7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build --workspace_status_command=./print-workspace-status.sh
run --workspace_status_command=./print-workspace-status.sh
build --workspace_status_command=./hack/print-workspace-status.sh
run --workspace_status_command=./hack/print-workspace-status.sh
test --features=race --test_output=errors

# you can run only lint tests with:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion image.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# image_prefix:latest
# image_prefix:latest-{BUILD_USER}
# image_prefix:{DOCKER_TAG}
# (See print-workspace-status.sh for how BUILD_USER and DOCKER_TAG are created.
# (See hack/print-workspace-status.sh for how BUILD_USER and DOCKER_TAG are created.
#
# Concretely, tags(this=":that-image", foo="//bar") will return:
# {
Expand Down
2 changes: 1 addition & 1 deletion prow/cmd/branchprotector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ job resource.
[github branch protection]: https://help.github.com/articles/about-protected-branches/
[`oneshot-job.yaml`]: oneshot-job.yaml
[`planter.sh`]: /planter
[`print-workspace-status.sh`]: /print-workspace-status.sh
[`print-workspace-status.sh`]: ../../../hack/print-workspace-status.sh
[`prow/bump.sh`]: /prow/bump.sh
[`prow/cluster/branchprotector_cronjob.yaml`]: /prow/cluster/branchprotector_cronjob.yaml
[status contexts]: https://developer.github.com/v3/repos/statuses/#create-a-status
2 changes: 1 addition & 1 deletion prow/prow.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ BUILD_CLUSTER = "{STABLE_BUILD_CLUSTER}" # For untrusted test code
#
# Concretely, image("foo") returns "{STABLE_PROW_REPO}/foo"
# which usually becomes gcr.io/k8s-prow/foo
# (See print-workspace-status.sh)
# (See hack/print-workspace-status.sh)
def prefix(cmd):
return "{STABLE_PROW_REPO}/%s" % cmd

Expand Down

0 comments on commit 2af7a7c

Please sign in to comment.