fix(dev/release): use packages.apache.org instead of apache.jfrog.io#2756
Merged
lidavidm merged 1 commit intoapache:mainfrom Apr 29, 2025
Merged
fix(dev/release): use packages.apache.org instead of apache.jfrog.io#2756lidavidm merged 1 commit intoapache:mainfrom
lidavidm merged 1 commit intoapache:mainfrom
Conversation
arrow-apt-source and arrow-release changed to use packages.apache.org from apache.jfrog.io in apache/arrow#46108 . (Note that packages.apache.org is an alias of apache.jfrog.io.) We need to do the same change to pass CI. Closes apache#2754
Member
|
Hmm, I still get the same failure: |
Member
Author
|
Oh, sorry. I misunderstood the problem. I thought that the problem is https://github.com/apache/arrow-adbc/actions/runs/14710136578/job/41280210014 error. I'll look into this. Sorry. |
Member
Author
|
I've opened a new issue for this: #2757 |
lidavidm
approved these changes
Apr 29, 2025
Member
lidavidm
left a comment
There was a problem hiding this comment.
I manually tested AlmaLinux 8
Member
Author
|
Ah, we may want to add this to trigger CI: diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index f8bd6516a..361e546f4 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -25,6 +25,8 @@ on:
- ".env"
- "c/**"
- "ci/**"
+ - "dev/release/verify-apt.sh"
+ - "dev/release/verify-yum.sh"
- "glib/**"
- "python/**"
- "ruby/**" |
Member
Author
colin-rogers-dbt
pushed a commit
to dbt-labs/arrow-adbc
that referenced
this pull request
Jun 10, 2025
…pache#2756) arrow-apt-source and arrow-release changed to use packages.apache.org from apache.jfrog.io in apache/arrow#46108 . (Note that packages.apache.org is an alias of apache.jfrog.io.) We need to do the same change to pass CI. Fixes apache#2757.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
arrow-apt-source and arrow-release changed to use packages.apache.org from apache.jfrog.io in apache/arrow#46108 . (Note that packages.apache.org is an alias of apache.jfrog.io.)
We need to do the same change to pass CI.
Fixes #2757.