From patchwork Tue Jan 15 21:12:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Doan X-Patchwork-Id: 14078 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 ABC2623F02 for ; Tue, 15 Jan 2013 21:12:19 +0000 (UTC) Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com [209.85.220.177]) by fiordland.canonical.com (Postfix) with ESMTP id 311D7A191C4 for ; Tue, 15 Jan 2013 21:12:19 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id fo14so392568vcb.22 for ; Tue, 15 Jan 2013 13:12:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :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=SmbSccO4TG0A/0d/75uBZWytmPWYduuMJAtp4ELpBhk=; b=gakhWW6SP/CarVXTbJVWg7oMM/7kebaUUdCD840nRArhHrRczl1FOz1dwOe1wa+6W8 j/FDWkaixpJq84AHeftA4P5MsXPD6d7fAQTb/O6yZtv59zRmcXqan8iyg2NTr2kbQYDl RovIY7l8erzp6OLP/qKAidfmw2+EJp50tTTlo40aIBdCjGLc9Zqg+bvzlrxsfXXYFU27 Ijxgvwhx74U5sddRL+QDm+P1lPTSGEAAy7xBFbi8usHGvT2Oorsj+hWYlPa/0aAMu85k qMjxLljlHHYjor7xNI8Le8sENSfyKoJlGApHqSW1pWjn18+JsmnezBwkkSV3qhDmmQ5V BrtA== X-Received: by 10.220.8.18 with SMTP id f18mr104958345vcf.14.1358284338370; Tue, 15 Jan 2013 13:12:18 -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.58.145.101 with SMTP id st5csp134025veb; Tue, 15 Jan 2013 13:12:17 -0800 (PST) X-Received: by 10.194.174.196 with SMTP id bu4mr143579321wjc.35.1358284336405; Tue, 15 Jan 2013 13:12:16 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id bk8si30012639wjb.30.2013.01.15.13.12.16 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 15 Jan 2013 13:12:16 -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 1TvDnr-0002vC-RJ for ; Tue, 15 Jan 2013 21:12:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id C2CF4E08C8 for ; Tue, 15 Jan 2013 21:12:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 408 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 408: fix south dependencies between lava-server and lava-dashboard Message-Id: <20130115211215.16414.20264.launchpad@ackee.canonical.com> Date: Tue, 15 Jan 2013 21:12:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16420"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: c80d63d301876dd898761fa7ac3bf088188a7fe4 X-Gm-Message-State: ALoCoQn+bDmXo4kksQeRyjO5ACsdsQFQRNLqwqQ7QTt/8Pgo+sgmewGqlMe7i8EUmNp8qLm5OvwY ------------------------------------------------------------ revno: 408 committer: Andy Doan branch nick: lava-server timestamp: Tue 2013-01-15 15:06:31 -0600 message: fix south dependencies between lava-server and lava-dashboard This is required to all south to rollback/forward changes in both the dashboard and lava-server added: lava_projects/models.py modified: lava_projects/migrations/0003_auto__del_projectformeridentifier__del_project.py --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_projects/migrations/0003_auto__del_projectformeridentifier__del_project.py' --- lava_projects/migrations/0003_auto__del_projectformeridentifier__del_project.py 2013-01-14 21:26:37 +0000 +++ lava_projects/migrations/0003_auto__del_projectformeridentifier__del_project.py 2013-01-15 21:06:31 +0000 @@ -7,6 +7,10 @@ class Migration(SchemaMigration): + depends_on = ( + ("dashboard_app", "0027_auto__del_testingeffort"), + ) + def forwards(self, orm): # Deleting model 'ProjectFormerIdentifier' db.delete_table('lava_projects_projectformeridentifier') @@ -43,7 +47,7 @@ models = { - + } - complete_apps = ['lava_projects'] \ No newline at end of file + complete_apps = ['lava_projects'] === added file 'lava_projects/models.py' --- lava_projects/models.py 1970-01-01 00:00:00 +0000 +++ lava_projects/models.py 2013-01-15 21:06:31 +0000 @@ -0,0 +1,19 @@ +# Copyright (C) 2010, 2011 Linaro Limited +# +# Author: Zygmunt Krynicki +# +# This file is part of LAVA Server. +# +# LAVA Server is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License version 3 +# as published by the Free Software Foundation +# +# LAVA Server is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with LAVA Server. If not, see . + +# needed for south migrations