From 35b9a8ea91165a93b97d63ff37f7a2537dfa3c9d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 27 Nov 2014 00:34:04 +0300 Subject: [PATCH] Don't sign repo in test. #146 --- system/t08_db/cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/t08_db/cleanup.py b/system/t08_db/cleanup.py index 79740a24..888e5314 100644 --- a/system/t08_db/cleanup.py +++ b/system/t08_db/cleanup.py @@ -102,8 +102,8 @@ class CleanupDB9Test(BaseTest): "aptly repo create -distribution=abc local-repo", "aptly repo create -distribution=def local-repo2", "aptly repo add local-repo ${files}", - "aptly publish repo local-repo", - "aptly publish repo -architectures=i386 local-repo2", + "aptly publish repo -skip-signing local-repo", + "aptly publish repo -skip-signing -architectures=i386 local-repo2", "aptly repo remove local-repo Name", ] runCmd = "aptly db cleanup"