Skip to content

Commit ad3cca2

Browse files
claywilkinsonCQ Bot
authored andcommitted
[bazel][tools] Removing unused clean_repo.py
This removes the clean_repo.py tool. It is not referenced in the build rules and is somewhat obsolete due to migrating the package server functionality to the standalone repo server. Bug: 376678251 Change-Id: Iab4d6a0bcd78ab96edb54ebb4f2a9fca9983f7a7 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152854 Commit-Queue: Clayton Wilkinson <[email protected]> Reviewed-by: Jiaming Li <[email protected]>
1 parent 8169449 commit ad3cca2

File tree

2 files changed

+0
-158
lines changed

2 files changed

+0
-158
lines changed

build/bazel_sdk/bazel_rules_fuchsia/fuchsia/tools/BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ py_binary(
131131
deps = [":fuchsia_task_lib"],
132132
)
133133

134-
py_binary(
135-
name = "clean_repo",
136-
srcs = ["clean_repo.py"],
137-
python_version = "PY3",
138-
deps = [
139-
":fuchsia_task_lib",
140-
],
141-
)
142-
143134
py_binary(
144135
name = "development_status",
145136
srcs = ["development_status.py"],

build/bazel_sdk/bazel_rules_fuchsia/fuchsia/tools/clean_repo.py

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)