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 28
28
29
29
if [ " $# " -ne 2 ]; then
30
30
echo " Usage: $0 <version> <rc>"
31
- echo " e.g.: $0 0.1.0 1 "
31
+ echo " e.g.: $0 0.1.0 0 "
32
32
exit 1
33
33
fi
34
34
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ SOURCE_TOP_DIR="$(cd "${SOURCE_DIR}/../../" && pwd)"
31
31
32
32
if [ " $# " -ne 2 ]; then
33
33
echo " Usage: $0 <version> <rc>"
34
- echo " e.g.: $0 0.1.0 1 "
34
+ echo " e.g.: $0 0.1.0 0 "
35
35
exit 1
36
36
fi
37
37
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ TOP_SOURCE_DIR="$(dirname "$(dirname "${SOURCE_DIR}")")"
31
31
32
32
if [ " $# " -ne 2 ]; then
33
33
echo " Usage: $0 <version> <rc>"
34
- echo " e.g.: $0 0.1.0 1 "
34
+ echo " e.g.: $0 0.1.0 0 "
35
35
exit 1
36
36
fi
37
37
@@ -42,8 +42,7 @@ VERSION="$1"
42
42
RC=" $2 "
43
43
44
44
ICEBERG_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} "
47
46
ARCHIVE_BASE_NAME=" apache-iceberg-cpp-${VERSION} "
48
47
49
48
: " ${VERIFY_DEFAULT:= 1} "
@@ -143,7 +142,7 @@ cd "${VERIFY_TMPDIR}"
143
142
import_gpg_keys
144
143
fetch_archive
145
144
ensure_source_directory
146
- pushd " ${RC_BASE_DIR } "
145
+ pushd " ${ARCHIVE_BASE_NAME } "
147
146
test_source_distribution
148
147
popd
149
148
You can’t perform that action at this time.
0 commit comments