diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 17:19:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 17:19:43 -0700 |
commit | 1b7f579a881777a8e6fe517e9ee860ff875fe51f (patch) | |
tree | ebe4b0e03f6c8da2e9b6dafaa35624aa11fdecf4 | |
parent | b46db2b2561b46236c7cafabfb48e27b56857b51 (diff) | |
download | sandcrawler-1b7f579a881777a8e6fe517e9ee860ff875fe51f.tar.gz sandcrawler-1b7f579a881777a8e6fe517e9ee860ff875fe51f.zip |
nits
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ *venv.zip +mapreduce-*.tar.gz *,cover htmlcov/ @@ -3,7 +3,7 @@ Will probably eventually refactor into top-level plus modules. Eg, "common" directory, "backfill" and "extraction" as sub-directories. Downside of this is single giant pipenv venv with all dependencies? -- fix pig gitlab-ci tests (JAVA_HOME) +- fix pig gitlab-ci tests (JAVA_HOME). also make fetch_deps *way* more quiet sentry: - https://github.com/getsentry/raven-python |