You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/16 20:20:41 UTC

[GitHub] [arrow] kou opened a new pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

kou opened a new pull request #9218:
URL: https://github.com/apache/arrow/pull/9218


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs closed pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
kszucs closed pull request #9218:
URL: https://github.com/apache/arrow/pull/9218


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9218:
URL: https://github.com/apache/arrow/pull/9218#issuecomment-761626555


   https://issues.apache.org/jira/browse/ARROW-11273


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #9218:
URL: https://github.com/apache/arrow/pull/9218#issuecomment-761688869


   Re-uploaded the debian packages.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #9218:
URL: https://github.com/apache/arrow/pull/9218#issuecomment-761696006


   Thanks!
   It seems that there are some more problems around Linux packaging... I'm looking in to them...


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kou commented on pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
kou commented on pull request #9218:
URL: https://github.com/apache/arrow/pull/9218#issuecomment-761626788


   @kszucs Sorry for missing this change.
   We need to remove the https://bintray.com/apache/arrow/debian-rc/3.0.0-rc0 version and re-upload Debian GNU/Linux related packages by `UPLOAD_DEFAULT=0 UPLOAD_DEBIAN_APT=1 UPLOAD_DEBIAN_DEB=1 dev/release/03-binary.sh 3.0.0 0 ...`.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #9218: ARROW-11273: [Release][deb] Remove unsupported Debian GNU/Linux stretch

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #9218:
URL: https://github.com/apache/arrow/pull/9218#issuecomment-761667371


   No worries. I managed to remove the version with:
   
   ```
   curl --verbose --fail --basic --user ${BINTRAY_USER}:${BINTRAY_PASSWORD} --header 'Content-Type: application/json' --request DELETE https://bintray.com/api/v1/packages/apache/arrow/debian-rc/versions/3.0.0-rc0
   ```
   
   Now I'm uploading with with this change.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org