raulcd commented on issue #49743:
URL: https://github.com/apache/arrow/issues/49743#issuecomment-4250902086
The source vote generation fails if we don't download artifacts first now:
```
$ SOURCE_DEFAULT=0 SOURCE_VOTE=1 dev/release/02-source.sh 24.0.0 0
Preparing source for tag apache-arrow-24.0.0-rc0
Using commit 31b4b6c0a0a7e7c117312d285541a21446675ec6
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
100 157 100 39 100 118 93 282 0
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
100 30796 100 30796 0 0 57976 0 0
Error: artifacts/apache-arrow-24.0.0.tar.gz.sha512 must exist
```
At this point I think we might want to just split the script in two so we
just download the sources for the vote generation otherwise I have to use:
`SOURCE_DEFAULT=0 SOURCE_DOWNLOAD=1 SOURCE_VOTE=1 dev/release/02-source.sh
24.0.0 0`
Which downloads now all the published artifacts (linux packages, wheels,
r-binaries) which is unnecessary.
--
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]