Skip to content

Commit

Permalink
remove .buckversion files from fbsource/xplat
Browse files Browse the repository at this point in the history
Summary: Buck has not relied on the .buckversion file for a while now. I am trying to clean up the number of configs at the root of the cell for buck. This diff attempts to remove .buckversion code referecnes from fbsource/xplat Instead of calling cat .buckversion to get the buckversion hash, you can call buck --fast-version which parses the buck-java11 file without downloading buck. Alternatively, you can also do something like cat .buck-java11 | grep -o -E -e "[0-9a-f]{40}" | head -1  to get the buckversion hash.

Reviewed By: stepancheg

Differential Revision: D28579639

fbshipit-source-id: 6231e16df41f3e403098576e4bfd5d5a2fd38a14
  • Loading branch information
lebentle authored and facebook-github-bot committed Jun 18, 2021
1 parent e5acf77 commit 578d197
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
/.buckconfig.local
/.buckd
/gentest/test.html
.buckversion
.cxx
.idea
/local.properties
.buck-java11

# Jekyll
/.sass-cache/
Expand Down

0 comments on commit 578d197

Please sign in to comment.