[
https://issues.apache.org/jira/browse/HADOOP-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Joseph Evans updated HADOOP-7598:
----------------------------------------
Description: smart-apply-patch.sh does not apply valid patches from trunk,
or from git like it was designed to do in some situations. (was: I don't
really know why, but on some versions of bash (including the one I use, and is
on the build servers)
bash --version
GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
The line
{code}
elif [[ "$PREFIX_DIRS" =~
^(hadoop-common-project|hadoop-hdfs-project|hadoop-mapreduce-project)$ ]]; then
{code}
evaluates to false but if the test is moved out of the elif statement then it
works correctly.)
Summary: smart-apply-patch.sh does not handle patching from a sub
directory correctly. (was: smart-apply-patch.sh does not work on some older
versions of BASH)
> smart-apply-patch.sh does not handle patching from a sub directory correctly.
> -----------------------------------------------------------------------------
>
> Key: HADOOP-7598
> URL: https://issues.apache.org/jira/browse/HADOOP-7598
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 0.23.0, 0.24.0
> Reporter: Robert Joseph Evans
> Assignee: Robert Joseph Evans
> Fix For: 0.23.0, 0.24.0
>
> Attachments: HADOOP-7598-v1.patch
>
>
> smart-apply-patch.sh does not apply valid patches from trunk, or from git
> like it was designed to do in some situations.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira