GraphDeployer
This repository handles the deployment of every static graph which gets included into the CoScInE environment.
Usage
For every deployable graph repository, an entry is expected in the configuration path: coscine/local/graphs/
.
Every repository MUST include the key coscine/local/graphs/{graphname}/repositoryurl
for specifying the url (e.g. git.rwth-aachen.de/coscine/applicationprofiles.git
) and CAN include the key coscine/local/graphs/{graphname}/branch
which specifies the state of the repository being imported (e.g. master
).