Skip to content

Commit

Permalink
Codemod TARGETS -> BUCK for fizz/client
Browse files Browse the repository at this point in the history
Summary:
What the title says. The codemod is

```
$ find fbcode/fizz/client -name BUCK \
  | xargs -I{} sh -c '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__"' \
  && arc f

```

Reviewed By: mingtaoy

Differential Revision: D67952834

fbshipit-source-id: 9618ed55f8a62ba2bf9d4d233ca208a46909de49
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 9, 2025
1 parent 32cf75c commit dc620fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 367 deletions.
225 changes: 0 additions & 225 deletions fizz/client/BUCK

This file was deleted.

142 changes: 0 additions & 142 deletions fizz/client/test/BUCK

This file was deleted.

0 comments on commit dc620fc

Please sign in to comment.