HADOOP-18228. Update hadoop-vote to use HADOOP_RC_VERSION dir (#4272)
Signed-off-by: stack@apache.org
This commit is contained in:
parent
931abbd927
commit
c85b80018b
|
@ -189,6 +189,8 @@ pushd "${OUTPUT_DIR}"
|
|||
download_and_import_keys
|
||||
download_release_candidate
|
||||
|
||||
pushd "${HADOOP_RC_VERSION}"
|
||||
|
||||
execute verify_signatures
|
||||
execute verify_checksums
|
||||
execute unzip_from_source
|
||||
|
@ -196,6 +198,7 @@ execute rat_test
|
|||
execute build_from_source
|
||||
execute build_tar_from_source
|
||||
|
||||
popd
|
||||
popd
|
||||
|
||||
print_when_exit
|
||||
|
|
Loading…
Reference in New Issue