fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
566 B
17 lines
566 B
{
|
|
"project_id" : "rocksdb",
|
|
"conduit_uri" : "https://phabricator.fb.com/api/",
|
|
"copyright_holder" : "Facebook",
|
|
"load" : [
|
|
"arcanist_util"
|
|
],
|
|
"lint.engine" : "FacebookFbcodeLintEngine",
|
|
"lint.engine.single.linter" : "FbcodeCppLinter",
|
|
"unit.engine" : "FacebookFbcodeUnitTestEngine",
|
|
"arcanist_configuration" : "FacebookArcanistConfiguration",
|
|
"base" : "git:HEAD^, hg:.^",
|
|
"git.default-relative-commit" : "HEAD^",
|
|
"git:arc.feature.start.default" : "origin/master",
|
|
"arc.feature.start.default" : "master",
|
|
"history.immutable" : false
|
|
}
|
|
|