File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2828
2929if [ " $# " -ne 2 ]; then
3030 echo " Usage: $0 <version> <rc>"
31- echo " e.g.: $0 0.1.0 1 "
31+ echo " e.g.: $0 0.1.0 0 "
3232 exit 1
3333fi
3434
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"
3131
3232if [ " $# " -ne 2 ]; then
3333 echo " Usage: $0 <version> <rc>"
34- echo " e.g.: $0 0.1.0 1 "
34+ echo " e.g.: $0 0.1.0 0 "
3535 exit 1
3636fi
3737
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ TOP_SOURCE_DIR="$(dirname "$(dirname "${SOURCE_DIR}")")"
3131
3232if [ " $# " -ne 2 ]; then
3333 echo " Usage: $0 <version> <rc>"
34- echo " e.g.: $0 0.1.0 1 "
34+ echo " e.g.: $0 0.1.0 0 "
3535 exit 1
3636fi
3737
@@ -42,8 +42,7 @@ VERSION="$1"
4242RC=" $2 "
4343
4444ICEBERG_DIST_BASE_URL=" https://downloads.apache.org/iceberg"
45- RC_BASE_DIR=" apache-iceberg-cpp-${VERSION} -rc${RC} "
46- DOWNLOAD_RC_BASE_URL=" https://dist.apache.org/repos/dist/dev/iceberg/${RC_BASE_DIR} "
45+ DOWNLOAD_RC_BASE_URL=" https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-cpp-${VERSION} -rc${RC} "
4746ARCHIVE_BASE_NAME=" apache-iceberg-cpp-${VERSION} "
4847
4948: " ${VERIFY_DEFAULT:= 1} "
@@ -143,7 +142,7 @@ cd "${VERIFY_TMPDIR}"
143142import_gpg_keys
144143fetch_archive
145144ensure_source_directory
146- pushd " ${RC_BASE_DIR } "
145+ pushd " ${ARCHIVE_BASE_NAME } "
147146test_source_distribution
148147popd
149148
You can’t perform that action at this time.
0 commit comments