-
Notifications
You must be signed in to change notification settings - Fork 126
fix(dev/release): use packages.apache.org instead of apache.jfrog.io #2756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Hmm, I still get the same failure:
|
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. |
I've opened a new issue for this: #2757 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually tested AlmaLinux 8
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/**" |
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.