distfiles

command module
v0.0.0-...-e69b6ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2021 License: BSD-3-Clause Imports: 8 Imported by: 0

README

distfiles

A simple HTTP endpoint to upload distfiles from CI.

Client usage:

$ curl ${TOKEN}@localhost:8000/ \
      -F 'file=@blogc-0.13.0.tar.gz' \
      -F 'project=blogc' \
      -F 'version=0.13.0' \
      -F "sha512=$(sha512sum blogc-0.13.0.tar.gz)" \
      -F "extract=false" \
      -F "release=true"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL