Skip to content

Commit

Permalink
codemod TARGETS -> BUCK for fizz/util
Browse files Browse the repository at this point in the history
Summary:
Start codemodding this

Rough codemod:

```
$ 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: bigfootjon

Differential Revision: D67952839

fbshipit-source-id: 02d088c35409a5ad0b681093444172afe35f7eed
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 10, 2025
1 parent 6f3a5f9 commit f1cfd79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 133 deletions.
90 changes: 0 additions & 90 deletions fizz/util/BUCK

This file was deleted.

43 changes: 0 additions & 43 deletions fizz/util/test/BUCK

This file was deleted.

0 comments on commit f1cfd79

Please sign in to comment.