Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: updated dput destinations to new repo's
  • Loading branch information
adamsutton committed Dec 21, 2015
1 parent e14c134 commit d312db6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions support/dput.cf
Expand Up @@ -8,14 +8,15 @@ method = scp
incoming = /srv/reprepro/unstable/incoming
allow_unsigned_uploads = 0

[tvh-beta]
[tvh-stable]
fqdn = apt.tvheadend.org
method = scp
incoming = /srv/reprepro/beta/incoming
incoming = /srv/reprepro/stable/incoming
allow_unsigned_uploads = 0

[tvh-stable]
[tvh-release]
fqdn = apt.tvheadend.org
method = scp
incoming = /srv/reprepro/stable/incoming
incoming = /srv/reprepro/release/incoming
allow_unsigned_uploads = 0

0 comments on commit d312db6

Please sign in to comment.