From patchwork Tue May 22 01:23:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 8850 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 92D2023F04 for ; Tue, 22 May 2012 01:23:15 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 5BF16A1863D for ; Tue, 22 May 2012 01:23:15 +0000 (UTC) Received: by yhpp61 with SMTP id p61so6101607yhp.11 for ; Mon, 21 May 2012 18:23:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=ALHwQpYdYE3CobmNtP0pDOjsLr1zVHXThfqwHExa2es=; b=f2pnWYOlEFRn02UaC4PmICBLVjgOG01PLE54H+mdRSFr6CyS2Gt/ZLwblzo4nZIkW/ qEmU1R6WyJ5l/Kww1/hVPtJIDRAnOUpW+QHMsdyJoeg4wfbJf04MNdkqLpHq0Xv91KW1 ijLbp23lpwEhqYTRG5YhkA2iozmMycg1tMQbYuSTTIhIRLG9ZcCJHggkhMDYpaHJwGZB xpAIPj9tSKXbtAUb/Cw9Tpwb4D6OfZA0ovrUilZKybx93FWYx9ISy+056k/mW+weomN2 MnN6eDgbw5xC2iyqgZlIhA1+ZDCGrLzFzP1VYkIjeTEdmDmePw9OPULo6WHRTs4pSndj uN5A== Received: by 10.50.154.169 with SMTP id vp9mr8062529igb.53.1337649794705; Mon, 21 May 2012 18:23:14 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.35.72 with SMTP id o8csp330486ibd; Mon, 21 May 2012 18:23:14 -0700 (PDT) Received: by 10.180.100.233 with SMTP id fb9mr18864064wib.12.1337649793656; Mon, 21 May 2012 18:23:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id t45si1765302wec.107.2012.05.21.18.23.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 May 2012 18:23:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SWdof-0002IK-0H for ; Tue, 22 May 2012 01:23:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id EC439E1971 for ; Tue, 22 May 2012 01:23:12 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-test X-Launchpad-Branch: ~linaro-validation/lava-test/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 148 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-test/trunk] Rev 148: fix bug 1002285: set DEBIAN_FRONTEND=noninteractive when installing test dependencies Message-Id: <20120522012312.25621.24865.launchpad@ackee.canonical.com> Date: Tue, 22 May 2012 01:23:12 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15275"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 7083ac318c66a855136ce77d39ca1ecabf9d96a3 X-Gm-Message-State: ALoCoQkYFjqILOqByzJvCd/TgilxOAa8gnH2+rDaF4uudP2wpb9Smm7m4c6F6uJ4BcT4lAwgfWfG ------------------------------------------------------------ revno: 148 committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-05-22 13:21:13 +1200 message: fix bug 1002285: set DEBIAN_FRONTEND=noninteractive when installing test dependencies modified: lava_test/core/installers.py --- lp:lava-test https://code.launchpad.net/~linaro-validation/lava-test/trunk You are subscribed to branch lp:lava-test. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription === modified file 'lava_test/core/installers.py' --- lava_test/core/installers.py 2012-03-08 18:05:05 +0000 +++ lava_test/core/installers.py 2012-05-22 01:21:13 +0000 @@ -65,7 +65,7 @@ if observer: observer.about_to_install_packages(self.deps) # XXX: Possible point of target-specific package installation - cmd = "sudo apt-get install -y --force-yes " + " ".join(self.deps) + cmd = "sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes " + " ".join(self.deps) self._run_shell_cmd(cmd, observer) if observer: observer.did_install_packages(self.deps)