Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 931 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 931 Bytes

Conveyor

build status

A higher-level, job-based, interface for publishing to CernVM-FS repositories.

Features:

  • 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

Getting started

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.

License and copyright

See LICENSE and AUTHORS in the project root.