Add uploading section.
This commit is contained in:
parent
43c85cdf5b
commit
1fe1fc0041
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -6,6 +6,24 @@ The repository is be served by an nginx server.
|
||||||
|
|
||||||
Status : work in progress / not ready for production yet.
|
Status : work in progress / not ready for production yet.
|
||||||
|
|
||||||
|
Uploading packages
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fill your ``~/.dput.cf`` with the following content :
|
||||||
|
|
||||||
|
[DEFAULT]
|
||||||
|
default_host_main = docker
|
||||||
|
|
||||||
|
[docker]
|
||||||
|
fqdn = localhost
|
||||||
|
method = scp
|
||||||
|
login = user
|
||||||
|
incoming = /docker/incoming
|
||||||
|
ssh_config_options =
|
||||||
|
Port 9022
|
||||||
|
StrictHostKeyChecking no
|
||||||
|
|
||||||
|
|
||||||
References
|
References
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue