-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This doesnt yet get rid of tags inside of cpp_unittest but rather on every target that uses that atttribute. generated using the following commands. to find all usages: ``` fbgs cpp_unittest --in "tags =" --forcedir "fbcode" | cut -d':' -f1 | uniq > cpp_unittests_with_tags ``` to update the targets: ``` cat cpp_unittests_with_tags | xargs -I{} arc buildozer 'rename tags labels' {}:%cpp_unittest ``` Reviewed By: jermenkoo, dtolnay Differential Revision: D66903768 fbshipit-source-id: 26ffb43bf1877f82a81342ed23431a6dbd931f6f
- Loading branch information
1 parent
5620dfc
commit 44e3865
Showing
1 changed file
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters