{{ define "title" }}autodeb{{ end }} {{ define "content" }}

Instructions


Table of contents


  1. Getting Started
  2. Upload parameters

Getting Started


Take a look at our getting started guide on the home page.

Upload parameters


Upload parameters are options associated with the uploads that you make to Autodeb. They are used to configure behaviours such as whether or not Autodeb should run Autopkgtests or if your upload should be forwarded to the ftp-master queue if all jobs succeed.

Upload parameters can be set in ~/.dput.cf by appending slash-separated key-value couples to the queue URL.

For example:

This means that you could configure multiple autodeb hosts in ~/.dput.cf and select which to use depending on the situation:


[autodeb-forward]
# [...]
incoming = /upload/forward-upload/true

[autodeb]
# [...]
incoming = /upload

NOTE: dput uploads packages with a series of HTTP PUT requests. The only upload parameters that are considered are the ones that are set when uploading the .changes file.

{{ end }}