From 4c51d1e2377aa8c044847662356078995034db08 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Tue, 2 May 2017 16:22:59 -0700 Subject: [PATCH] Rename //:ci-artifacts rule to //:push-build, and add a deprecated alias --- BUILD.bazel | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 01753ed35d836..b4903fb5a53ed 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -20,7 +20,7 @@ filegroup( ) gcs_upload( - name = "ci-artifacts", + name = "push-build", data = [ ":_binary-artifacts-and-hashes", "//build/release-tars:release-tars-and-hashes", @@ -33,6 +33,13 @@ gcs_upload( }, ) +# TODO: remove this alias after 2017-05-22 +alias( + name = "ci-artifacts", + actual = "push-build", + deprecation = "This rule will be removed after 2017-05-22. Use //:push-build instead.", +) + filegroup( name = "package-srcs", srcs = glob(