docker-debian-repository/README.md

43 lines
1,011 B
Markdown
Raw Normal View History

2014-08-12 21:04:26 +00:00
docker-debian-repository
========================
2014-08-13 08:51:29 +00:00
This docker box provides an apt repository based on the tool reprepro.
The repository is be served by an nginx server.
Status : work in progress / not ready for production yet.
2014-08-13 10:03:22 +00:00
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
Then try to upload your latest package :
dput ~/src/_Glenux/foobar_0.1.3_amd64.changes
2014-08-12 21:04:26 +00:00
References
----------
### Tutorials
* https://www.isalo.org/wiki.debian-fr/Reprepro
* http://www.howtoforge.com/setting-up-an-apt-repository-with-reprepro-and-nginx-on-debian-wheezy
* http://doc.ubuntu-fr.org/tutoriel/comment_creer_depot
* http://mirrorer.alioth.debian.org/
* https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro
* https://www.isalo.org/wiki.debian-fr/Reprepro