You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] add another housekeeping file in the datadir for data_version. Blow away the exiting files if that file either doesn't exist or doesn't contain a matching version string to help with upgrades
@@ -153,6 +176,10 @@ if [ $COMMAND = "download" ]; then
153
176
download_file $LIBPOSTAL_LANG_CLASS_UPDATED_PATH$LIBPOSTAL_DATA_DIR$lang_class_s3_prefix$LIBPOSTAL_LANG_CLASS_FILE"language classifier data file"$LANGUAGE_CLASSIFIER_MODULE_DIR
154
177
fi
155
178
179
+
if [ "$LIBPOSTAL_DATA_DIR_VERSION"!="$LIBPOSTAL_VERSION_STRING" ];then
0 commit comments