Skip to content

Commit

Permalink
codemod TARGETS -> BUCK for fizz/protocol
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: D67952837

fbshipit-source-id: 17030c3dcdb126916cecf7fc4f01c87d2fb4f45a
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 10, 2025
1 parent c199e9d commit 6e86ce0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 673 deletions.
288 changes: 0 additions & 288 deletions fizz/protocol/BUCK

This file was deleted.

23 changes: 0 additions & 23 deletions fizz/protocol/clock/BUCK

This file was deleted.

14 changes: 0 additions & 14 deletions fizz/protocol/clock/test/BUCK

This file was deleted.

Loading

0 comments on commit 6e86ce0

Please sign in to comment.