Next: bind-unbind, Previous: new-free-clean, Up: Scripts [Contents][Index]
Theses 2 scripts manage collections update from remote GIT modules. They are also used by CLIENT (see Client) to log changes in the local meta-data.
Process conceptual model:
$ /usr/share/mediatex/scripts/upgrade.sh$ /usr/share/mediatex/scripts/commit.sh$ /usr/share/mediatex/scripts/commit.sh$ /usr/share/mediatex/scripts/commit.shfrom CLIENT (see Client)
ProcessingThe purpose of this script is to provide an API for CLIENT in order to use the SCRIPTS’s BASH library already used during initialisation of configuration and collections.
$ git config$ git commit$ git pull$ git pushto Git (see Git): synchronise a GIT module.
Code:
scripts/upgrade.shscripts/commit.shscripts/pull.shscripts/push.sh