Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
/ drserv Public archive

RESTful service for publishing packages to debian repositories

License

Notifications You must be signed in to change notification settings

spotify/drserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drserv is an authenticated HTTP API for publishing .deb package to a repo

API Usage

This service makes one endpoint available:

/v1/publish/{major.dist}/{minor.dist}/{component}/{filename.deb}

major.dist indicates the code name of the target Debian type distribution, a string such as squeeze or trusty.

minor.dist is a somewhat special concept where different users of a repository for a specific upstream Debian type distribution wants slightly different versions of packages. Typical values of this part is stable, testing or unstable.

component corresponds to the component concept in the upstream structure as documented in the RepositoryFormat and would be a string such as main or non-free.

The content of the deb file to be published is to be provided as POST body data.

About

RESTful service for publishing packages to debian repositories

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages