aboutsummaryrefslogtreecommitdiffstats
path: root/please
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-07-07 19:40:37 -0700
committerBryan Newbold <bnewbold@archive.org>2019-07-07 19:40:37 -0700
commit4298e1f9c7a092602e1cbe46add13936cb6169e7 (patch)
tree453e765298748a0a35f19ddc86178e6eed8bbab9 /please
parentd8cd3d721b6e5cb0e2068cced75bfc5f61b99042 (diff)
downloadsandcrawler-4298e1f9c7a092602e1cbe46add13936cb6169e7.tar.gz
sandcrawler-4298e1f9c7a092602e1cbe46add13936cb6169e7.zip
please: add staging config (commented out)
Diffstat (limited to 'please')
-rwxr-xr-xplease4
1 files changed, 4 insertions, 0 deletions
diff --git a/please b/please
index 8fb7f19..bf621bf 100755
--- a/please
+++ b/please
@@ -16,6 +16,10 @@ HBASE_HOST = "wbgrp-svc263.us.archive.org"
ZOOKEEPER_HOSTS = "mtrcs-zk1.us.archive.org:2181"
GROBID_URI = "http://wbgrp-svc096.us.archive.org:8070"
+# Staging config
+#HBASE_HOST = "wbgrp-svc312.us.archive.org"
+#ZOOKEEPER_HOSTS = "wbgrp-svc312.us.archive.org:2181"
+
def rebuild_python():
print("Rebuilding python venv...")
cmd = """cd python;