Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-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 D2228D694 for ; Tue, 15 Jan 2013 00:37:56 +0000 (UTC) Received: (qmail 53915 invoked by uid 500); 15 Jan 2013 00:37:56 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 53863 invoked by uid 500); 15 Jan 2013 00:37:56 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 53855 invoked by uid 99); 15 Jan 2013 00:37:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 00:37:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 00:37:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9B9192388B45; Tue, 15 Jan 2013 00:37:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1433246 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/package.json Date: Tue, 15 Jan 2013 00:37:35 -0000 To: ambari-commits@incubator.apache.org From: yusaku@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130115003735.9B9192388B45@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yusaku Date: Tue Jan 15 00:37:35 2013 New Revision: 1433246 URL: http://svn.apache.org/viewvc?rev=1433246&view=rev Log: AMBARI-1179. ambari-web does not compile due to less-brunch package update. (yusaku) Modified: incubator/ambari/trunk/CHANGES.txt incubator/ambari/trunk/ambari-web/package.json Modified: incubator/ambari/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1433246&r1=1433245&r2=1433246&view=diff ============================================================================== --- incubator/ambari/trunk/CHANGES.txt (original) +++ incubator/ambari/trunk/CHANGES.txt Tue Jan 15 00:37:35 2013 @@ -23,6 +23,9 @@ should be listed by their full name. BUG FIXES + AMBARI-1179. ambari-web does not compile due to less-brunch package update. + (yusaku) + AMBARI-1126. Change SUSE lzo dependency to only lzo-devel. (nate cole via mahadev) Modified: incubator/ambari/trunk/ambari-web/package.json URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/package.json?rev=1433246&r1=1433245&r2=1433246&view=diff ============================================================================== --- incubator/ambari/trunk/ambari-web/package.json (original) +++ incubator/ambari/trunk/ambari-web/package.json Tue Jan 15 00:37:35 2013 @@ -19,7 +19,7 @@ "uglify-js-brunch":">= 1.0 < 1.5", "clean-css-brunch":">= 1.0 < 1.5", "ember-handlebars-brunch":"git://github.com/icholy/ember-handlebars-brunch.git", - "less-brunch":"git://github.com/brunch/less-brunch.git" + "less-brunch":">= 1.0 < 1.5" }, "devDependencies":{ "mocha":"0.14.0",