Skip to content

Dataset Version Getter

Lucie Hutchins edited this page Apr 10, 2018 · 1 revision

Used in release-centric cases, this script downloads and stores locally a file ( containing database source's current release info)

Usage: ./getDataVersion.sh source_name

  1. cd to the repos root directory
  2. run ./getDataVersion.sh source_name

What It Does

  1. Create the base directory for this source if not exists under EXTERNAL_DATA_BASE
  2. Fetches the current release into from a remote server
  3. Sets the local current release number flag

Clone this wiki locally