Skip to content

Commit

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

fbshipit-source-id: 12a4846e6c4bfda88435577d6d17839b03bbaa1a
  • Loading branch information
mzlee authored and facebook-github-bot committed Jan 9, 2025
1 parent dc620fc commit 34a98c6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 276 deletions.
133 changes: 0 additions & 133 deletions fizz/backend/BUCK

This file was deleted.

14 changes: 0 additions & 14 deletions fizz/backend/liboqs/test/BUCK

This file was deleted.

13 changes: 0 additions & 13 deletions fizz/backend/openssl/certificate/test/BUCK

This file was deleted.

22 changes: 0 additions & 22 deletions fizz/backend/openssl/crypto/aead/test/BUCK

This file was deleted.

22 changes: 0 additions & 22 deletions fizz/backend/openssl/crypto/exchange/test/BUCK

This file was deleted.

45 changes: 0 additions & 45 deletions fizz/backend/openssl/crypto/signature/test/BUCK

This file was deleted.

27 changes: 0 additions & 27 deletions fizz/backend/openssl/crypto/test/BUCK

This file was deleted.

0 comments on commit 34a98c6

Please sign in to comment.