Merge pull request #11758 from crosbymichael/update-libct-mar25

Update libcontainer to a6044b701c166fe538fc760f9e2
This commit is contained in:
Michael Crosby
2015-03-25 12:17:33 -07:00
6 changed files with 16 additions and 25 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ rm -rf src/github.com/docker/distribution
mkdir -p src/github.com/docker/distribution
mv tmp-digest src/github.com/docker/distribution/digest
clone git github.com/docker/libcontainer fd0087d3acdc4c5865de1829d4accee5e3ebb658
clone git github.com/docker/libcontainer a6044b701c166fe538fc760f9e2dcea3d737cd2a
# 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')"