kou commented on PR #174: URL: https://github.com/apache/arrow-adbc/pull/174#issuecomment-1332969913
> Regarding the artifactory dry run: IIRC @kou added something for nightly binary verification/is working on it. Sorry. I haven't implemented it with Artifactory yet. We just have RC support such as https://apache.jfrog.io/artifactory/arrow/debian-rc/ . We just verify local `.deb`/`.rpm` with local APT/Yum repositories in nightly CI: https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/github.linux.amd64.yml#L64-L103 It runs `dev/release/verify-apt.sh`/`dev/release/verify-yum.sh` internally. I can implement it for ADBC if it's useful. BTW, `dev/release/05-binary.sh` in apache/arrow can be reused from other projects including apache/arrow-adbc. For example, datafusion-contrib/datafusion-c uses it: https://github.com/datafusion-contrib/datafusion-c/blob/main/package/Rakefile#L128-L146 If we use this approach, we don't need to copy `dev/release/binary-task.rb` and so on. I can implement the approach for ADBC if it's useful. > running Artifactory is just one Docker command Wow! I didn't know it! https://www.jfrog.com/confluence/display/JFROG/Installing+Artifactory -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
