Skip to content

Commit

Permalink
Revert "Fix working_set calculation in kubelet"
Browse files Browse the repository at this point in the history
  • Loading branch information
apelisse authored Jul 21, 2016
1 parent b829d4d commit b681b17
Show file tree
Hide file tree
Showing 124 changed files with 1,953 additions and 5,812 deletions.
369 changes: 178 additions & 191 deletions Godeps/Godeps.json

Large diffs are not rendered by default.

303 changes: 23 additions & 280 deletions Godeps/LICENSES

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions hack/godep-save.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ REQUIRED_BINS=(

pushd "${KUBE_ROOT}" > /dev/null
GO15VENDOREXPERIMENT=1 ${GODEP} save "${REQUIRED_BINS[@]}"
# A temporary workaround to prevent godep from not including recursive dependencies.
# This can be removed once a restore followed by a save does not drop dependencies.
GO15VENDOREXPERIMENT=1 ${GODEP} save "${REQUIRED_BINS[@]}"
popd > /dev/null
2 changes: 0 additions & 2 deletions hack/verify-godeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ git init > /dev/null 2>&1

# Recreate the Godeps using the nice clean set we just downloaded
hack/godep-save.sh
# Run it again to make godep include recursive dependencies.
hack/godep-save.sh

# Test for diffs
if ! _out="$(diff -Naupr --ignore-matching-lines='^\s*\"GoVersion\":' --ignore-matching-line='^\s*\"GodepVersion\":' --ignore-matching-lines='^\s*\"Comment\":' ${KUBE_ROOT}/Godeps/Godeps.json ${_kubetmp}/Godeps/Godeps.json)"; then
Expand Down
21 changes: 0 additions & 21 deletions vendor/github.com/Azure/go-ansiterm/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/Azure/go-ansiterm/README.md

This file was deleted.

188 changes: 0 additions & 188 deletions vendor/github.com/Azure/go-ansiterm/constants.go

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/Azure/go-ansiterm/context.go

This file was deleted.

49 changes: 0 additions & 49 deletions vendor/github.com/Azure/go-ansiterm/csi_entry_state.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/Azure/go-ansiterm/csi_param_state.go

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/Azure/go-ansiterm/escape_intermediate_state.go

This file was deleted.

Loading

0 comments on commit b681b17

Please sign in to comment.