Package Git Repos Exporter - mdibl/package_downloads GitHub Wiki
This script is called by the package manager script (runGetPackage.sh) to export a given package from Github using wget utilities.
Assumption: all the expected environment variables have been sourced by the caller.
- GLOBAL_CONFIG
- PACKAGE_CONFIG_FILE
What it does:
- Set path to git tag
- wget repos tag
- Create local directory for the new tag
- Untar new tag tar
- Remove the downloaded tar file