Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-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 2441010828 for ; Wed, 23 Apr 2014 06:30:40 +0000 (UTC) Received: (qmail 23467 invoked by uid 500); 23 Apr 2014 06:30:39 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 23084 invoked by uid 500); 23 Apr 2014 06:30:34 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 22976 invoked by uid 99); 23 Apr 2014 06:30:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 06:30:32 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 23 Apr 2014 06:30:26 +0000 Received: (qmail 22692 invoked by uid 99); 23 Apr 2014 06:30:03 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 06:30:03 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DB767944C32; Wed, 23 Apr 2014 06:30:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shwethags@apache.org To: commits@falcon.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: FALCON-409 Not able to create a package. Contributed by Raju Bairishetti Date: Wed, 23 Apr 2014 06:30:02 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-falcon Updated Branches: refs/heads/master 3eebed8ca -> f10802d69 FALCON-409 Not able to create a package. Contributed by Raju Bairishetti Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/f10802d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/f10802d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/f10802d6 Branch: refs/heads/master Commit: f10802d69b083852e687f62016de547da82497b2 Parents: 3eebed8 Author: Shwetha GS Authored: Wed Apr 23 11:59:56 2014 +0530 Committer: Shwetha GS Committed: Wed Apr 23 11:59:56 2014 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ build-tools/src/bin/build-oozie.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f10802d6/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 52249b8..51380f9 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -99,6 +99,8 @@ Trunk (Unreleased) FALCON-123 Improve build speeds in falcon. (Srikanth Sundarrajan via Shwetha GS) BUG FIXES + FALCON-409 Not able to create a package. (Raju Bairishetti via Shwetha GS) + FALCON-396 minor logging typo in FalconTopicSubscriber. (Raghav Kumar Gautam via Shwetha GS) FALCON-352 old properties not removed on refresh of runtime properties. (Shaik Idris) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/f10802d6/build-tools/src/bin/build-oozie.sh ---------------------------------------------------------------------- diff --git a/build-tools/src/bin/build-oozie.sh b/build-tools/src/bin/build-oozie.sh index f5218dd..ee3a633 100755 --- a/build-tools/src/bin/build-oozie.sh +++ b/build-tools/src/bin/build-oozie.sh @@ -39,10 +39,10 @@ then exit 0; fi -PKG_URL="http://www.apache.org/dist/oozie/$VERSION/oozie-$VERSION.tar.gz" +PKG_URL="http://archive.apache.org/dist/oozie/$VERSION/oozie-$VERSION.tar.gz" if [ $VERSION == '3.1.3-incubating' ] then - PKG_URL="http://www.apache.org/dist/oozie/$VERSION/oozie-$VERSION-src.tar.gz" + PKG_URL="http://archive.apache.org/dist/oozie/$VERSION/oozie-$VERSION-src.tar.gz" fi PKG=oozie-$VERSION