Add support for .tbz file extension in repository_ctx.download_and_extract#17825
Add support for .tbz file extension in repository_ctx.download_and_extract#17825benji-sb wants to merge 1 commit intobazelbuild:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hi @Benjamin-SB, Can you please sign the Google CLA. Thanks! |
6a139f9 to
ba3d741
Compare
…tract The `download_and_extract` function supported `.tar.bz2` files, but did not recognize `.tbz` as a valid file extension for those. This commit simply adds support for this, in the code, in the test and in the doc.
ba3d741 to
1d2995e
Compare
|
Hi @sgowroji, I was told by my company that they signed the CLA, and that my email address is part of the group that is allowed to contribute to Google OSS. However, I'm afraid the cla/google check still doesn't pass. Is there anything I can do to help for unblocking this? |
|
Did your company just sign the CLA? If so, the process might take a few days. |
|
Indeed, the CLA check passed as of today. Sorry for the noise! |
…tract The `download_and_extract` function supported `.tar.bz2` files, but did not recognize `.tbz` as a valid file extension for those. This commit simply adds support for this, in the code, in the test and in the doc. Fixes bazelbuild#17824 Closes bazelbuild#17825. PiperOrigin-RevId: 520049316 Change-Id: Id4a1716304734f58a06cf5dc8d481642f631f5e1
The
download_and_extractfunction supported.tar.bz2files, but did not recognize.tbzas a valid file extension for those. This commit simply adds support for this, in the code, in the test and in the doc.Fixes #17824