Merge pull request #11416 from mrunalp/update_libcontainer
Update libcontainer to 52a8c004ca94cf98f6866536de828c71eb42d1ec Upstream-commit: 8a6a5929a3164fb3fd6a6bc017d738763ff60ce7 Component: engine
This commit is contained in:
@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user