Merge pull request #43766 from ixdy/bazel-busybox-deb

Automatic merge from submit-queue

Update busybox dependency to fix bazel build

**What this PR does / why we need it**: the upstream busybox deb has been updated, and the old one no longer exists. This fixes the bazel build for users who haven't already downloaded the old deb into their workspace.

**Special notes for your reviewer**: we really need to figure out a better long-term strategy for this. The release branches are broken now too, and I don't want to have to cherry-pick fixes like this everywhere.

**Release note**:

```release-note
NONE
```

/assign @mikedanese @spxtr
pull/6/head
Kubernetes Submit Queue 2017-03-28 20:18:19 -07:00 committed by GitHub
commit 084e64f635
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ go_repositories()
debs = (
(
"busybox_deb",
"f262cc9cf893740bb70c3dd01da9429b858c94be696badd4a702e0a8c7f6f80b",
"http://ftp.us.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-19+b1_amd64.deb",
"7465567f5e5255188b1d004d7081066cd79f77a5c18a5d418d27966d698e0bef",
"http://ftp.us.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-19+b2_amd64.deb",
),
(
"libc_deb",