-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codemod
TARGETS -> BUCK
for fizz/backend
Summary: Covers `fizz/backend` The codemod is ``` $ find fbcode/fizz -name BUCK \ | xargs -I{} sh -c 'if [[ -f $(dirname {})/TARGETS ]]; then hg rm {}; hg mv "$(dirname {})/TARGETS" {} && sed -i "s:^cpp_:fizz_cpp_:" {} && arc buildozer "new_load fbsource//xplat/fizz:defs.bzl fizz_cpp_library fizz_cpp_unittest" "$(dirname {}):__pkg__"; fi' \ && arc f ``` Reviewed By: mingtaoy Differential Revision: D67952848 fbshipit-source-id: 12a4846e6c4bfda88435577d6d17839b03bbaa1a
- Loading branch information
1 parent
dc620fc
commit 34a98c6
Showing
7 changed files
with
0 additions
and
276 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.