[
https://issues.apache.org/jira/browse/HIVE-16747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Vary reassigned HIVE-16747:
---------------------------------
> Remove YETUS*.sh files after a YETUS release
> --------------------------------------------
>
> Key: HIVE-16747
> URL: https://issues.apache.org/jira/browse/HIVE-16747
> Project: Hive
> Issue Type: Sub-task
> Reporter: Peter Vary
> Assignee: Peter Vary
>
> For HIVE-15051 we had to add patched YETUS files which contains YETUS fixes
> which are not yet released:
> - dev-support/checkstyle_YETUS-484.sh
> - dev-support/findbugs_YETUS-471.sh
> - dev-support/maven_YETUS-506.sh
> When there is a new YETUS release, then we have to move to the new release,
> and remove the files.
> Also we have to remove the cp commands from the {{yetus-wrapper.sh}} in 3x3
> places:
> {code}
> 75 cp ${BINDIR}/findbugs_YETUS-471.sh
> ${YETUS_HOME}/lib/precommit/test-patch.d/findbugs.sh
> 76 cp ${BINDIR}/checkstyle_YETUS-484.sh
> ${YETUS_HOME}/lib/precommit/test-patch.d/checkstyle.sh
> 77 cp ${BINDIR}/maven_YETUS-506.sh
> ${YETUS_HOME}/lib/precommit/test-patch.d/maven.sh
> {code}
> {code}
> 101 cp ${BINDIR}/findbugs_YETUS-471.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/findbugs.sh
> 102 cp ${BINDIR}/checkstyle_YETUS-484.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/checkstyle.sh
> 103 cp ${BINDIR}/maven_YETUS-506.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/maven.sh
> {code}
> {code}
> 175 cp ${BINDIR}/findbugs_YETUS-471.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/findbugs.sh
> 176 cp ${BINDIR}/checkstyle_YETUS-484.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/checkstyle.sh
> 177 cp ${BINDIR}/maven_YETUS-506.sh
> ${HIVE_PATCHPROCESS}/yetus-${HIVE_YETUS_VERSION}/lib/precommit/test-patch.d/maven.sh
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)