Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

cvmfs/cvmfs-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CernVM-FS Repository Gateway

Build status: build status

The CernVM-FS repository gateway exposes a service API which is consumed by the CernVM-FS publisher tools, and mediates all interactions between publisher machines and the repository.

Building

Go version 1.11.5 or newer is required to build cvmfs-gateway. The packages uses standard Go modules for dependency management. To build the package, run:

$ go build

Vendored copies of all dependencies are provided in this repository, for use in CI environments where it is not desirable to depend on external package sources. To build using the vendored dependencies, run:

$ go build -mod=vendor

Running the testsuite

$ go test -v ./...

License and copyright

See LICENSE in the project root.

About

CVMFS Repository Gateway

Resources

Stars

Watchers

Forks

Packages

No packages published