From cf590bb455767c3b0a386b6d08a42ec69c181d76 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 10 Oct 2017 10:53:38 +0100 Subject: [PATCH] test: ltp: disable content trust Signing is not setup for this repositories. It seems it hasn't been updated since before trust was added since the previous Makefile metadata (which was translated in build.yml) did not contain `NOTRUST=1`. Signed-off-by: Ian Campbell --- test/pkg/ltp/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/pkg/ltp/build.yml b/test/pkg/ltp/build.yml index 26459fd15..142370356 100644 --- a/test/pkg/ltp/build.yml +++ b/test/pkg/ltp/build.yml @@ -1,4 +1,5 @@ image: test-ltp network: true +disable-content-trust: true arches: - amd64