sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

build-data upload doesn't create dirs #96

Closed sqs closed 9 years ago

sqs commented 9 years ago

Running src build-data upload fails the first few times until it is able to create all of the dirs it needs. This is probably because it doesn't precreate them before uploading files inside of them.

jelmerdereus commented 9 years ago

No longer relevant