Revision 55f4f5486d4fc0657100d34a0ca0d4fa81a18350 authored by Yanqin Jin on 30 July 2019, 22:56:41 UTC, committed by Facebook Github Bot on 30 July 2019, 23:00:35 UTC
Summary:
Update buckifier templates in the scripts.

Test plan (on devserver)
```
$python buckifier/buckify_rocksdb.py
```
Then
```
$git diff
```
Verify that generated TARGETS file is the same (except for indentation).
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5647

Differential Revision: D16555647

Pulled By: riversand963

fbshipit-source-id: 32574a4d0e820858eab2391304dd731141719bcd
1 parent 849a8c0
History
File Mode Size
blob_compaction_filter.cc -rw-r--r-- 4.0 KB
blob_compaction_filter.h -rw-r--r-- 1.4 KB
blob_db.cc -rw-r--r-- 3.5 KB
blob_db.h -rw-r--r-- 8.8 KB
blob_db_impl.cc -rw-r--r-- 64.7 KB
blob_db_impl.h -rw-r--r-- 14.1 KB
blob_db_impl_filesnapshot.cc -rw-r--r-- 3.4 KB
blob_db_iterator.h -rw-r--r-- 3.6 KB
blob_db_listener.h -rw-r--r-- 1.2 KB
blob_db_test.cc -rw-r--r-- 58.9 KB
blob_dump_tool.cc -rw-r--r-- 8.9 KB
blob_dump_tool.h -rw-r--r-- 1.7 KB
blob_file.cc -rw-r--r-- 9.7 KB
blob_file.h -rw-r--r-- 5.9 KB
blob_index.h -rw-r--r-- 5.0 KB
blob_log_format.cc -rw-r--r-- 5.1 KB
blob_log_format.h -rw-r--r-- 4.1 KB
blob_log_reader.cc -rw-r--r-- 2.9 KB
blob_log_reader.h -rw-r--r-- 2.3 KB
blob_log_writer.cc -rw-r--r-- 4.0 KB
blob_log_writer.h -rw-r--r-- 2.7 KB

back to top