]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
build: updated dput destinations to new repo's
authorAdam Sutton <dev@adamsutton.me.uk>
Sun, 20 Dec 2015 10:48:33 +0000 (10:48 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 21 Dec 2015 09:59:46 +0000 (09:59 +0000)
support/dput.cf

index 600781aaaeaef8e38d502d0541edc0448eec0245..beb25c4f53d851e460872bd39a3c7963df970a78 100644 (file)
@@ -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
+