From: Adam Sutton Date: Sun, 20 Dec 2015 10:48:33 +0000 (+0000) Subject: build: updated dput destinations to new repo's X-Git-Tag: v4.2.1~1288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d312db6ee59c8b3ff891aabee8e6deef4077dd42;p=thirdparty%2Ftvheadend.git build: updated dput destinations to new repo's --- diff --git a/support/dput.cf b/support/dput.cf index 600781aaa..beb25c4f5 100644 --- a/support/dput.cf +++ b/support/dput.cf @@ -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 +