From patchwork Thu Sep 8 23:18: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: 3995 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 D391B23EFA for ; Thu, 8 Sep 2011 23:18:14 +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 C3126A189BF for ; Thu, 8 Sep 2011 23:18:14 +0000 (UTC) Received: by fxd18 with SMTP id 18so2990664fxd.11 for ; Thu, 08 Sep 2011 16:18:14 -0700 (PDT) Received: by 10.223.22.14 with SMTP id l14mr75188fab.100.1315523894613; Thu, 08 Sep 2011 16:18: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.152.11.8 with SMTP id m8cs193667lab; Thu, 8 Sep 2011 16:18:14 -0700 (PDT) Received: by 10.216.179.130 with SMTP id h2mr1331216wem.8.1315523893657; Thu, 08 Sep 2011 16:18:13 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id n57si4935390weq.78.2011.09.08.16.18.13 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Sep 2011 16:18: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 1R1nrJ-0004g8-3M for ; Thu, 08 Sep 2011 23:18:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 0D5D5E0413 for ; Thu, 8 Sep 2011 23:18: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: 104 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 104: remove sampledata.json (that hung around for a while!) Message-Id: <20110908231813.7627.56764.launchpad@ackee.canonical.com> Date: Thu, 08 Sep 2011 23:18: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="13900"; Instance="initZopeless config overlay" X-Launchpad-Hash: 8359a8f92ebb70489bd34e0b5f71ff7bf3f331b4 ------------------------------------------------------------ revno: 104 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Fri 2011-09-09 11:16:38 +1200 message: remove sampledata.json (that hung around for a while!) removed: sampledata.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 === removed file 'sampledata.json' --- sampledata.json 2011-04-20 03:46:29 +0000 +++ sampledata.json 1970-01-01 00:00:00 +0000 @@ -1,55 +0,0 @@ -[ - { - "fields" : { - "name" : "panda" - }, - "pk" : 1, - "model" : "scheduler_app.devicetype" - }, - { - "fields" : { - "name" : "beagle" - }, - "pk" : 2, - "model" : "scheduler_app.devicetype" - }, - { - "fields" : { - "name" : "power-monitored" - }, - "pk" : 1, - "model" : "scheduler_app.tag" - }, - { - "fields" : { - "device_type" : 1, - "status" : 1, - "hostname" : "panda01", - "tags" : [] - }, - "pk" : 1, - "model" : "scheduler_app.device" - }, - { - "fields" : { - "device_type" : 1, - "status" : 1, - "hostname" : "panda02", - "tags" : [ - 1 - ] - }, - "pk" : 2, - "model" : "scheduler_app.device" - }, - { - "fields" : { - "device_type" : 2, - "status" : 1, - "hostname" : "beagle01", - "tags" : [] - }, - "pk" : 3, - "model" : "scheduler_app.device" - } -]