From 18699c57ba189fb8424c904bd6d2e9bdaa4b80dd Mon Sep 17 00:00:00 2001 From: rwgk Date: Mon, 11 Dec 2023 12:08:57 -0800 Subject: [PATCH] Clearly mark bazel code as stale. PiperOrigin-RevId: 589900251 --- BUILD | 4 ++++ clif_build_rule.bzl | 4 ++++ clif_configure.bzl | 4 ++++ clif_deps.bzl | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/BUILD b/BUILD index 1c4779cb..6bcc60f7 100644 --- a/BUILD +++ b/BUILD @@ -1,3 +1,7 @@ +######################################################################## +# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. # +######################################################################## + # Bazel BUILD file for CLIF. # # This specific BUILD file is mostly needed so that other packages can find diff --git a/clif_build_rule.bzl b/clif_build_rule.bzl index 9d8bdb1e..02250095 100644 --- a/clif_build_rule.bzl +++ b/clif_build_rule.bzl @@ -1,3 +1,7 @@ +######################################################################## +# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. # +######################################################################## + """Provide bazel rules for OSS CLIF.""" # Label for our OSS CLIF binary pyclif. diff --git a/clif_configure.bzl b/clif_configure.bzl index 3ae01a72..582bdd21 100644 --- a/clif_configure.bzl +++ b/clif_configure.bzl @@ -1,3 +1,7 @@ +######################################################################## +# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. # +######################################################################## + """Configure CLIF dependencies as a 3rd-party consumer.""" load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") diff --git a/clif_deps.bzl b/clif_deps.bzl index 09888beb..4659f708 100644 --- a/clif_deps.bzl +++ b/clif_deps.bzl @@ -1,3 +1,7 @@ +######################################################################## +# STALE SNAPSHOT OF WORK IN PROGRESS - NEVER WAS IN WORKING CONDITION. # +######################################################################## + """Load dependencies needed to compile CLIF as a 3rd-party consumer.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")