Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Merge parallel tree indexing. Fix bug 1047554.
Browse files Browse the repository at this point in the history
For deployers:
* See the commit message of 21767c7.
* dxr-serve.py becomes `dxr serve`.
* deploy.py becomes `dxr deploy`.
* The on-disk folder structure of the dxr-prod link and the builds dir doesn't change, but it no longer needs the "instances" dir (and will ignore it).
* The dxr.config file should now live somewhere where both the indexing box and the webheads can get at it, because both the indexing process and the web app read it. There's no more generated config file.
  • Loading branch information
erikrose committed Mar 31, 2015
2 parents d68b7fa + b1b130a commit a304b2c
Show file tree
Hide file tree
Showing 70 changed files with 1,172 additions and 1,155 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Expand Up @@ -2,11 +2,10 @@
*.o
*.so
/dxr/static/js/templates.js
**/tests/*/target
**/tests/*/temp
**/tests/*/dxr-logs-*
**/tests/*/dxr-temp-*
**/tests/*/code/code
**/tests/*/code2/code
**/tests/*/dxr.config
/tests/test_diff_link/code/.hg/dirstate
/vagrantconfig_local.yaml
/.vagrant
Expand Down
54 changes: 0 additions & 54 deletions bin/dxr-build.py

This file was deleted.

48 changes: 0 additions & 48 deletions bin/dxr-serve.py

This file was deleted.

0 comments on commit a304b2c

Please sign in to comment.