A higher-level, job-based, interface for publishing to CernVM-FS repositories.
- High-level: work in terms of jobs - no need to interact with the CernVM-FS server tools directly, no need to have CernVM-FS installed for Conveyor client operations
- Declarative workflow: describe what needs to be published, and Conveyor takes care of how the publication is done
- Scalable: schedule jobs onto multiple CernVM-FS publisher machines, for increased throughput
Go 1.11 or newer is required to build Conveyor:
$ go build
$ go test -v ./...
Please see the user guide for detailed configuration and usage instructions.
See LICENSE and AUTHORS in the project root.