File tree Expand file tree Collapse file tree 12 files changed +135
-456
lines changed
apache-arrow-apt-source/debian Expand file tree Collapse file tree 12 files changed +135
-456
lines changed Original file line number Diff line number Diff line change 3131# You must set this.
3232# ARTIFACTORY_API_KEY=secret
3333
34- # The Apache Sofotware Foundation ID to upload artifacts to
35- # repository.apache.org.
36- #
37- # You must set this.
38- # ASF_USER=kou
39-
40- # The Apache Sofotware Foundation password to upload artifacts to
41- # repository.apache.org.
42- #
43- # You must set this.
44- # ASF_PASSWORD=secret
45-
4634# The GitHub token to upload artifacts to GitHub Release.
4735#
4836# You must set this.
Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ def test_vote
160160[1]: https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A#{ @release_version } +is%3Aclosed
161161[2]: https://github.com/apache/arrow/tree/#{ @current_commit }
162162[3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-#{ @release_version } -rc0
163- [4]: https://apache.jfrog.io /artifactory/arrow/almalinux-rc/
164- [5]: https://apache.jfrog.io /artifactory/arrow/amazon-linux-rc/
165- [6]: https://apache.jfrog.io /artifactory/arrow/centos-rc/
166- [7]: https://apache.jfrog.io /artifactory/arrow/debian-rc/
167- [8]: https://apache.jfrog.io /artifactory/arrow/python -rc/#{ @release_version } -rc0
168- [9]: https://apache.jfrog.io/artifactory /arrow/ubuntu-rc/
163+ [4]: https://packages. apache.org /artifactory/arrow/almalinux-rc/
164+ [5]: https://packages. apache.org /artifactory/arrow/amazon-linux-rc/
165+ [6]: https://packages. apache.org /artifactory/arrow/centos-rc/
166+ [7]: https://packages. apache.org /artifactory/arrow/debian-rc/
167+ [8]: https://packages. apache.org /artifactory/arrow/ubuntu -rc/
168+ [9]: https://github.com/apache /arrow/releases/tag/apache-arrow- #{ @release_version } -rc0
169169[10]: https://github.com/apache/arrow/blob/#{ @current_commit } /CHANGELOG.md
170170[11]: https://arrow.apache.org/docs/developers/release_verification.html
171171[12]: #{ verify_pr_url || "null" }
Original file line number Diff line number Diff line change @@ -189,12 +189,12 @@ The vote will be open for at least 72 hours.
189189[1]: https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A${version} +is%3Aclosed
190190[2]: https://github.com/apache/arrow/tree/${release_hash}
191191[3]: ${rc_url}
192- [4]: https://apache.jfrog.io /artifactory/arrow/almalinux-rc/
193- [5]: https://apache.jfrog.io /artifactory/arrow/amazon-linux-rc/
194- [6]: https://apache.jfrog.io /artifactory/arrow/centos-rc/
195- [7]: https://apache.jfrog.io /artifactory/arrow/debian-rc/
196- [8]: https://apache.jfrog.io /artifactory/arrow/python -rc/${version} -rc ${rc}
197- [9]: https://apache.jfrog.io/artifactory /arrow/ubuntu-rc/
192+ [4]: https://packages. apache.org /artifactory/arrow/almalinux-rc/
193+ [5]: https://packages. apache.org /artifactory/arrow/amazon-linux-rc/
194+ [6]: https://packages. apache.org /artifactory/arrow/centos-rc/
195+ [7]: https://packages. apache.org /artifactory/arrow/debian-rc/
196+ [8]: https://packages. apache.org /artifactory/arrow/ubuntu -rc/
197+ [9]: https://github.com/apache /arrow/releases/tag/apache-arrow- ${version} -rc ${rc}
198198[10]: https://github.com/apache/arrow/blob/${release_hash} /CHANGELOG.md
199199[11]: https://arrow.apache.org/docs/developers/release_verification.html
200200[12]: ${verify_pr_url}
Original file line number Diff line number Diff line change @@ -121,19 +121,19 @@ rake_tasks=()
121121apt_targets=()
122122yum_targets=()
123123if [ " ${UPLOAD_ALMALINUX} " -gt 0 ]; then
124- rake_tasks+=(yum:rc:artifactory yum:rc )
124+ rake_tasks+=(yum:rc)
125125 yum_targets+=(almalinux)
126126fi
127127if [ " ${UPLOAD_AMAZON_LINUX} " -gt 0 ]; then
128- rake_tasks+=(yum:rc:artifactory yum:rc )
128+ rake_tasks+=(yum:rc)
129129 yum_targets+=(amazon-linux)
130130fi
131131if [ " ${UPLOAD_CENTOS} " -gt 0 ]; then
132- rake_tasks+=(yum:rc:artifactory yum:rc )
132+ rake_tasks+=(yum:rc)
133133 yum_targets+=(centos)
134134fi
135135if [ " ${UPLOAD_DEBIAN} " -gt 0 ]; then
136- rake_tasks+=(apt:rc:artifactory apt:rc )
136+ rake_tasks+=(apt:rc)
137137 apt_targets+=(debian)
138138fi
139139if [ " ${UPLOAD_DOCS} " -gt 0 ]; then
@@ -143,7 +143,7 @@ if [ "${UPLOAD_R}" -gt 0 ]; then
143143 rake_tasks+=(r:rc)
144144fi
145145if [ " ${UPLOAD_UBUNTU} " -gt 0 ]; then
146- rake_tasks+=(apt:rc:artifactory apt:rc )
146+ rake_tasks+=(apt:rc)
147147 apt_targets+=(ubuntu)
148148fi
149149rake_tasks+=(summary:rc)
@@ -162,8 +162,6 @@ docker_run \
162162 ) " \
163163 ARTIFACTORY_API_KEY=" ${ARTIFACTORY_API_KEY} " \
164164 ARTIFACTS_DIR=" ${tmp_dir} /artifacts" \
165- ASF_PASSWORD=" ${ASF_PASSWORD} " \
166- ASF_USER=" ${ASF_USER} " \
167165 DEB_PACKAGE_NAME=" ${DEB_PACKAGE_NAME:- } " \
168166 DRY_RUN=" ${DRY_RUN:- no} " \
169167 GPG_KEY_ID=" ${GPG_KEY_ID} " \
You can’t perform that action at this time.
0 commit comments