Skip to content

Commit

Permalink
codemod TARGETS -> BUCK for fizz/compression
Browse files Browse the repository at this point in the history
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: D67952832

fbshipit-source-id: 2ab3473e9266d147d9aba56d9eeff0537e912190
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 16, 2025
1 parent 6419db6 commit d198fea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 192 deletions.
118 changes: 0 additions & 118 deletions fizz/compression/BUCK

This file was deleted.

74 changes: 0 additions & 74 deletions fizz/compression/test/BUCK

This file was deleted.

0 comments on commit d198fea

Please sign in to comment.