rafaelmartins / distfiles-api

A simple HTTP endpoint to upload distfiles from Travis CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distfiles-api

A simple HTTP endpoint to upload distfiles from Travis CI.

Client usage:

$ curl ${TOKEN}@localhost/ \
      -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"

About

A simple HTTP endpoint to upload distfiles from Travis CI.


Languages

Language:Python 100.0%