Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCBDB11DF0 for ; Tue, 19 Aug 2014 11:13:45 +0000 (UTC) Received: (qmail 8051 invoked by uid 500); 19 Aug 2014 11:13:40 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 8013 invoked by uid 500); 19 Aug 2014 11:13:40 -0000 Mailing-List: contact dev-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 dev@falcon.incubator.apache.org Received: (qmail 8002 invoked by uid 99); 19 Aug 2014 11:13:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 11:13:40 +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; Tue, 19 Aug 2014 11:13:39 +0000 Received: (qmail 7402 invoked by uid 99); 19 Aug 2014 11:13:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2014 11:13:19 +0000 Date: Tue, 19 Aug 2014 11:13:19 +0000 (UTC) From: "Samarth Gupta (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-612) Create CHANGES.txt for falcon-regression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14102121#comment-14102121 ] Samarth Gupta commented on FALCON-612: -------------------------------------- getting following error while trying to patch , tried both git apply and patch -p1 {code} C02GVVB8DV13:falcon samarth.gupta$ C02GVVB8DV13:falcon samarth.gupta$ patch -p1 < filepath/patches/FALCON-612.patch missing header for unified diff at line 5 of patch can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git CHANGES.txt CHANGES.txt |index 085773b..e9c2939 100755 |--- CHANGES.txt |+++ CHANGES.txt -------------------------- File to patch: {code} {code} C02GVVB8DV13:falcon samarth.gupta$ git apply filepath/patches/FALCON-612.patch fatal: git diff header lacks filename information when removing 1 leading pathname components (line 5) {code} {code} C02GVVB8DV13:falcon samarth.gupta$ git apply --check filepath/patches/FALCON-612.patch fatal: git diff header lacks filename information when removing 1 leading pathname components (line 5) {code} > Create CHANGES.txt for falcon-regression > ---------------------------------------- > > Key: FALCON-612 > URL: https://issues.apache.org/jira/browse/FALCON-612 > Project: Falcon > Issue Type: Improvement > Components: merlin > Affects Versions: 0.6 > Reporter: Arpit Gupta > Assignee: Arpit Gupta > Priority: Minor > Fix For: 0.6 > > Attachments: FALCON-612.patch > > > We need to create CHANGES.txt specific to falcon-regression and move appropriate jira's out from existing CHANGES.txt to falcon-regression -- This message was sent by Atlassian JIRA (v6.2#6252)