Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F7D9D7DB for ; Fri, 5 Oct 2012 22:32:48 +0000 (UTC) Received: (qmail 44577 invoked by uid 500); 5 Oct 2012 22:32:46 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 44461 invoked by uid 500); 5 Oct 2012 22:32:46 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 44090 invoked by uid 99); 5 Oct 2012 22:32:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 22:32:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 680313AAB8; Fri, 5 Oct 2012 22:32:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [9/49] git commit: CLOUDSTACK-248: install cloud-scripts twice during upgrade Message-Id: <20121005223245.680313AAB8@tyr.zones.apache.org> Date: Fri, 5 Oct 2012 22:32:45 +0000 (UTC) CLOUDSTACK-248: install cloud-scripts twice during upgrade Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/26fc6f85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/26fc6f85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/26fc6f85 Branch: refs/heads/maven-to-rpm Commit: 26fc6f85fa9e0e4f412d7fa9a31629ff97db89aa Parents: 9d98e10 Author: Edison Su Authored: Fri Oct 5 12:00:53 2012 -0700 Committer: Hugo Trippaers Committed: Sat Oct 6 00:30:31 2012 +0200 ---------------------------------------------------------------------- tools/build/installer/rpminstall_full.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/26fc6f85/tools/build/installer/rpminstall_full.sh ---------------------------------------------------------------------- diff --git a/tools/build/installer/rpminstall_full.sh b/tools/build/installer/rpminstall_full.sh index 4033297..9cc78a5 100755 --- a/tools/build/installer/rpminstall_full.sh +++ b/tools/build/installer/rpminstall_full.sh @@ -46,6 +46,7 @@ function doinstall() { function doupdate() { yum update --enablerepo='cloud-temp' 'cloud-*' || return $? + rpm -Uvh --force cloud-scripts-*.rpm } function doremove() {