Skip to content

Commit 5940eb4

Browse files
committed
Merge pull request apache#10 from mapr/mapr-23433
MAPR-23433: sqoop 1.4.6 build is broken
2 parents 5516ed3 + a878813 commit 5940eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@
11771177

11781178
<target name="relnotes" depends="relnotes-uptodate" unless="relnotes.exists"
11791179
description="Generate release notes">
1180-
<exec executable="${python}" failonerror="yes">
1180+
<exec executable="${python}" failonerror="false">
11811181
<arg value="${script.src.dir}/relnotes.py" />
11821182
<arg value="${build.relnotes.dir}" />
11831183
<arg value="${basedir}" />

0 commit comments

Comments
 (0)