File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
hadoop-assemblies/src/main/resources/assemblies Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -639,10 +639,12 @@ function signartifacts
639639
640640 big_console_header " Signing the release"
641641
642- for i in ${ARTIFACTS_DIR} /* ; do
642+ run cd " ${ARTIFACTS_DIR} "
643+ for i in * ; do
643644 ${GPG} --use-agent --armor --output " ${i} .asc" --detach-sig " ${i} "
644645 sha512sum --tag " ${i} " > " ${i} .sha512"
645646 done
647+ run cd " ${BASEDIR} "
646648
647649 if [[ " ${ASFRELEASE} " = true ]]; then
648650 echo " Fetching the Apache Hadoop KEYS file..."
Original file line number Diff line number Diff line change 5050 <exclude >**/build/**</exclude >
5151 <exclude >**/file:/**</exclude >
5252 <exclude >**/SecurityAuth.audit*</exclude >
53+ <exclude >patchprocess/**</exclude >
5354 </excludes >
5455 </fileSet >
5556 </fileSets >
You can’t perform that action at this time.
0 commit comments