Closed ropez closed 9 years ago
Here is how my .dput.cf
and sources.list
look like:
.dput.cf
:[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
sources.list
:deb ssh://apt@<reprepro_ip_address>/data/debian wheezy main
Nice, thanks a lot!
Do you have an example of how to use this with
dput
andapt-get
?