Merge pull request #11416 from mrunalp/update_libcontainer

Update libcontainer to 52a8c004ca94cf98f6866536de828c71eb42d1ec
Upstream-commit: 8a6a5929a3164fb3fd6a6bc017d738763ff60ce7
Component: engine
This commit is contained in:
Michael Crosby
2015-03-16 15:51:58 -07:00
8 changed files with 25 additions and 28 deletions

View File

@ -68,7 +68,7 @@ if [ "$1" = '--go' ]; then
mv tmp-tar src/code.google.com/p/go/src/pkg/archive/tar
fi
clone git github.com/docker/libcontainer 5d6c507d7cfeff97172deedf3db13b5295bcacef
clone git github.com/docker/libcontainer 52a8c004ca94cf98f6866536de828c71eb42d1ec
# see src/github.com/docker/libcontainer/update-vendor.sh which is the "source of truth" for libcontainer deps (just like this file)
rm -rf src/github.com/docker/libcontainer/vendor
eval "$(grep '^clone ' src/github.com/docker/libcontainer/update-vendor.sh | grep -v 'github.com/codegangsta/cli' | grep -v 'github.com/Sirupsen/logrus')"