From patchwork Fri Nov 18 02:48:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 5192 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 180F023FE6 for ; Fri, 18 Nov 2011 02:48:16 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 0464CA180ED for ; Fri, 18 Nov 2011 02:48:16 +0000 (UTC) Received: by faaa26 with SMTP id a26so6838360faa.11 for ; Thu, 17 Nov 2011 18:48:15 -0800 (PST) Received: by 10.152.105.226 with SMTP id gp2mr741994lab.28.1321584495435; Thu, 17 Nov 2011 18:48:15 -0800 (PST) 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.152.41.198 with SMTP id h6cs164045lal; Thu, 17 Nov 2011 18:48:15 -0800 (PST) Received: by 10.216.180.66 with SMTP id i44mr164244wem.95.1321584493862; Thu, 17 Nov 2011 18:48:13 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id a52si17499236wed.25.2011.11.17.18.48.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Nov 2011 18:48:13 -0800 (PST) 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 1RREUv-0001V0-7p for ; Fri, 18 Nov 2011 02:48:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 30A5AE0A00 for ; Fri, 18 Nov 2011 02:48:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 163 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 163: update android demo job to download urls that will hopefully exist for a while Message-Id: <20111118024813.11801.13874.launchpad@ackee.canonical.com> Date: Fri, 18 Nov 2011 02:48:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14299"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 5ac1d1844f0b03cf5dfa0683483f089f27e1d4eb ------------------------------------------------------------ revno: 163 committer: Michael Hudson-Doyle branch nick: trivial-android-fixes timestamp: Fri 2011-11-18 15:46:05 +1300 message: update android demo job to download urls that will hopefully exist for a while modified: doc/lava-android-test-leb-panda.json --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'doc/lava-android-test-leb-panda.json' --- doc/lava-android-test-leb-panda.json 2011-10-13 15:52:18 +0000 +++ doc/lava-android-test-leb-panda.json 2011-11-18 02:46:05 +0000 @@ -8,9 +8,9 @@ "command": "deploy_linaro_android_image", "parameters": { - "boot": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/boot.tar.bz2", - "system": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/system.tar.bz2", - "data": "https://android-build.linaro.org/jenkins/job/gerrit-bot_pandaboard/12/artifact/build/out/target/product/pandaboard/userdata.tar.bz2" + "boot": "http://releases.linaro.org/11.10/android/leb-panda/boot.tar.bz2", + "system": "http://releases.linaro.org/11.10/android/leb-panda/system.tar.bz2", + "data": "http://releases.linaro.org/11.10/android/leb-panda/userdata.tar.bz2" }, "metadata": {