Skip to content

Commit fd1919f

Browse files
authored
GH-46081: [Release] Don't generate needless uploaded-files.txt for Maven repository (#46082)
### Rationale for this change `uploaded-files.txt` is for Artifactory. Artifactory doesn't have the staging feature. So we emulate the feature by `uploaded-files.txt`. But Maven repository has the feature. So we don't need to generate `uploaded-files.txt`. ### What changes are included in this PR? Don't generate `uploaded-files.txt`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #46081 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 32641ec commit fd1919f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/release/binary-task.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,6 @@ def define_apt_rc_tasks
18751875
upload_distribution_dir,
18761876
preserve: true,
18771877
verbose: verbose?)
1878-
write_uploaded_files(upload_distribution_dir)
18791878
uploader =
18801879
MavenRepositoryUploader.new(asf_user: asf_user,
18811880
asf_password: asf_password,
@@ -2377,7 +2376,6 @@ def define_yum_rc_tasks
23772376
upload_target_dir.to_s,
23782377
preserve: true,
23792378
verbose: verbose?)
2380-
write_uploaded_files(upload_target_dir)
23812379

23822380
uploader = MavenRepositoryUploader.new(asf_user: asf_user,
23832381
asf_password: asf_password,

0 commit comments

Comments
 (0)