From 1b9fb374a291f633bec5bf0afcc144ed880408ca Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Fri, 13 Oct 2017 11:39:56 +0200 Subject: [PATCH] Improve britney.conf for autopkgtest on release.debian.org (disable for now) --- britney.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/britney.conf b/britney.conf index 84c76fb..9b59240 100644 --- a/britney.conf +++ b/britney.conf @@ -80,9 +80,9 @@ SMOOTH_UPDATES = libs oldlibs IGNORE_CRUFT = 1 -ADT_ENABLE = yes -ADT_ARCHES = amd64 i386 -ADT_AMQP = file://output/debci.input +ADT_ENABLE = no +ADT_ARCHES = amd64 +ADT_AMQP = file:///srv/release.debian.org/britney/var/data-b2/output/debci.input # space separate list of PPAs to add for test requests and for polling results; # the *last* one determines the swift container name ADT_PPAS = @@ -91,4 +91,4 @@ ADT_PPAS = ADT_SHARED_RESULTS_CACHE = # Swift base URL with the results (must be publicly readable and browsable) # or file location if results are pre-fetched -ADT_SWIFT_URL = file://cache/debci.json +ADT_SWIFT_URL = file:///srv/release.debian.org/britney/state/debci.json