From 8effd3d2200369950a888e4384ccd481e1dbb661 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 19 Feb 2015 19:03:31 -0800 Subject: [PATCH] Disable boottesting for now. Britney runs failed with: Traceback (most recent call last): File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 3259, in Britney().main() File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 3211, in main self.write_excuses() File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1982, in write_excuses upgrade_me.remove(excuse.name) ValueError: list.remove(x): x not in list --- britney.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.conf b/britney.conf index 8d9b285..da4d62c 100644 --- a/britney.conf +++ b/britney.conf @@ -66,7 +66,7 @@ ADT_ENABLE = yes ADT_DEBUG = no ADT_ARCHES = amd64 i386 -BOOTTEST_ENABLE = yes +BOOTTEST_ENABLE = no BOOTTEST_DEBUG = yes BOOTTEST_ARCHES = armhf amd64 BOOTTEST_FETCH = yes