You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-46240: [Release][Packaging] Fix a bug that existing APT repositories' metadata are lost (#46287)
### Rationale for this change
APT repositories' metadata for 20.0.0 RC 2 don't have existing packages such as 19.0.1 packages. We should keep metadata for existing packages and append metadata for new packages.
### What changes are included in this PR?
* Fix paths for existing metadata
* Fix pattern for detecting new packages
* This is for apache/arrow-adbc#2769
### Are these changes tested?
Yes. I tested this with ADBC 18 RC 0.
### Are there any user-facing changes?
No.
* GitHub Issue: #46240
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
0 commit comments