From 4298e1f9c7a092602e1cbe46add13936cb6169e7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 7 Jul 2019 19:40:37 -0700 Subject: please: add staging config (commented out) --- please | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'please') 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; -- cgit v1.2.3