File tree 12 files changed +135
-456
lines changed
apache-arrow-apt-source/debian
12 files changed +135
-456
lines changed Original file line number Diff line number Diff line change 31
31
# You must set this.
32
32
# ARTIFACTORY_API_KEY=secret
33
33
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
-
46
34
# The GitHub token to upload artifacts to GitHub Release.
47
35
#
48
36
# You must set this.
Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ def test_vote
160
160
[1]: https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A#{ @release_version } +is%3Aclosed
161
161
[2]: https://github.com/apache/arrow/tree/#{ @current_commit }
162
162
[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
169
169
[10]: https://github.com/apache/arrow/blob/#{ @current_commit } /CHANGELOG.md
170
170
[11]: https://arrow.apache.org/docs/developers/release_verification.html
171
171
[12]: #{ verify_pr_url || "null" }
Original file line number Diff line number Diff line change @@ -188,12 +188,12 @@ The vote will be open for at least 72 hours.
188
188
[1]: https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A${version} +is%3Aclosed
189
189
[2]: https://github.com/apache/arrow/tree/${release_hash}
190
190
[3]: ${rc_url}
191
- [4]: https://apache.jfrog.io /artifactory/arrow/almalinux-rc/
192
- [5]: https://apache.jfrog.io /artifactory/arrow/amazon-linux-rc/
193
- [6]: https://apache.jfrog.io /artifactory/arrow/centos-rc/
194
- [7]: https://apache.jfrog.io /artifactory/arrow/debian-rc/
195
- [8]: https://apache.jfrog.io /artifactory/arrow/python -rc/${version} -rc ${rc}
196
- [9]: https://apache.jfrog.io/artifactory /arrow/ubuntu-rc/
191
+ [4]: https://packages. apache.org /artifactory/arrow/almalinux-rc/
192
+ [5]: https://packages. apache.org /artifactory/arrow/amazon-linux-rc/
193
+ [6]: https://packages. apache.org /artifactory/arrow/centos-rc/
194
+ [7]: https://packages. apache.org /artifactory/arrow/debian-rc/
195
+ [8]: https://packages. apache.org /artifactory/arrow/ubuntu -rc/
196
+ [9]: https://github.com/apache /arrow/releases/tag/apache-arrow- ${version} -rc ${rc}
197
197
[10]: https://github.com/apache/arrow/blob/${release_hash} /CHANGELOG.md
198
198
[11]: https://arrow.apache.org/docs/developers/release_verification.html
199
199
[12]: ${verify_pr_url}
Original file line number Diff line number Diff line change @@ -121,26 +121,26 @@ rake_tasks=()
121
121
apt_targets=()
122
122
yum_targets=()
123
123
if [ " ${UPLOAD_ALMALINUX} " -gt 0 ]; then
124
- rake_tasks+=(yum:rc:artifactory yum:rc )
124
+ rake_tasks+=(yum:rc)
125
125
yum_targets+=(almalinux)
126
126
fi
127
127
if [ " ${UPLOAD_AMAZON_LINUX} " -gt 0 ]; then
128
- rake_tasks+=(yum:rc:artifactory yum:rc )
128
+ rake_tasks+=(yum:rc)
129
129
yum_targets+=(amazon-linux)
130
130
fi
131
131
if [ " ${UPLOAD_CENTOS} " -gt 0 ]; then
132
- rake_tasks+=(yum:rc:artifactory yum:rc )
132
+ rake_tasks+=(yum:rc)
133
133
yum_targets+=(centos)
134
134
fi
135
135
if [ " ${UPLOAD_DEBIAN} " -gt 0 ]; then
136
- rake_tasks+=(apt:rc:artifactory apt:rc )
136
+ rake_tasks+=(apt:rc)
137
137
apt_targets+=(debian)
138
138
fi
139
139
if [ " ${UPLOAD_R} " -gt 0 ]; then
140
140
rake_tasks+=(r:rc)
141
141
fi
142
142
if [ " ${UPLOAD_UBUNTU} " -gt 0 ]; then
143
- rake_tasks+=(apt:rc:artifactory apt:rc )
143
+ rake_tasks+=(apt:rc)
144
144
apt_targets+=(ubuntu)
145
145
fi
146
146
rake_tasks+=(summary:rc)
@@ -159,8 +159,6 @@ docker_run \
159
159
) " \
160
160
ARTIFACTORY_API_KEY=" ${ARTIFACTORY_API_KEY} " \
161
161
ARTIFACTS_DIR=" ${tmp_dir} /artifacts" \
162
- ASF_PASSWORD=" ${ASF_PASSWORD} " \
163
- ASF_USER=" ${ASF_USER} " \
164
162
DEB_PACKAGE_NAME=" ${DEB_PACKAGE_NAME:- } " \
165
163
DRY_RUN=" ${DRY_RUN:- no} " \
166
164
GPG_KEY_ID=" ${GPG_KEY_ID} " \
You can’t perform that action at this time.
0 commit comments