google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Updated README.md #108

Open xni opened 5 years ago

xni commented 5 years ago

git_repository is not a built-in command for the latest versions of Bazel.

googlebot commented 5 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

xni commented 5 years ago

I signed it!

googlebot commented 5 years ago

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

pcn commented 4 years ago

Wouldn't it make more sense to move to the http_archive?

http_archive(
    name = "subpar",
    strip_prefix = "subpar-2.0.0",
    urls = ["https://github.com/google/subpar/archive/2.0.0.tar.gz"],
    sha256 = "b80297a1b8d38027a86836dbadc22f55dc3ecad56728175381aa6330705ac10f")

for e.g.?