bbinet / docker-reprepro

Reprepro (Debian packages repository) docker container.
MIT License
25 stars 17 forks source link

Usage #1

Closed ropez closed 9 years ago

ropez commented 9 years ago

Do you have an example of how to use this with dput and apt-get?

bbinet commented 9 years ago

Here is how my .dput.cf and sources.list look like:

[k1]
fqdn = <reprepro_ip_address>
incoming = /data/debian/incoming
method = scp
login = reprepro
allow_unsigned_uploads = 0
allowed_distributions = wheezy
post_upload_command = ssh %(login)s@%(fqdn)s reprepro processincoming incoming
deb ssh://apt@<reprepro_ip_address>/data/debian wheezy main
ropez commented 9 years ago

Nice, thanks a lot!