Skip to content

Commit

Permalink
Bump vndr
Browse files Browse the repository at this point in the history
We can do that now as we're no longer carrying archive/tar.
Note that latest vndr removes vendor/ subdir so we don't have to,
thus the change in hack/validate/vendor.

While at it, re-run a new vndr version to make sure everything
that should be there is.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Sep 6, 2018
1 parent 10fd051 commit ce858fe
Show file tree
Hide file tree
Showing 19 changed files with 2,619 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/vndr.installer
@@ -1,6 +1,6 @@
#!/bin/sh

VNDR_COMMIT=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
VNDR_COMMIT=81cb8916aad3c8d06193f008dba3e16f82851f52

install_vndr() {
echo "Install vndr version $VNDR_COMMIT"
Expand Down
5 changes: 1 addition & 4 deletions hack/validate/vendor
Expand Up @@ -9,10 +9,7 @@ validate_vendor_diff(){
unset IFS

if [ ${#files[@]} -gt 0 ]; then
# Remove vendor/ first so that anything not included in vendor.conf will
# cause the validation to fail.
ls -d vendor/* | xargs rm -rf
# run vndr to recreate vendor/
# recreate vendor/
vndr
# check if any files have changed
diffs="$(git status --porcelain -- vendor 2>/dev/null)"
Expand Down
197 changes: 197 additions & 0 deletions vendor/golang.org/x/crypto/otr/libotr_test_helper.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce858fe

Please sign in to comment.