[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 4a77b67 2/3: Show a command to update binary
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 4a77b67 2/3: Show a command to update binary rate tables |
Date: |
Thu, 8 Dec 2016 13:12:34 +0000 (UTC) |
branch: master
commit 4a77b67b9318620f44594369a21f62cf85c2e43b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Show a command to update binary rate tables
---
gwc/develop2.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index ffa402c..90c4c7e 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -46,3 +46,12 @@ git pull /path/where/you/saved/TheirBundleName
# ...then synchronize your "blessed" repository with your correspondent's
git push
+
+ # Whenever a rate table changes, regenerate the binary database
+
+cd /opt/lmi/data
+rm proprietary.dat proprietary.ndx
+ # native:
+/opt/lmi/bin/rate_table_tool --accept --file=proprietary
--merge=/opt/lmi/proprietary/tables
+ # msw cross build:
+wine /opt/lmi/bin/rate_table_tool --accept --file=proprietary
--merge=/opt/lmi/proprietary/tables