Skip to content

Commit

Permalink
Move patch files
Browse files Browse the repository at this point in the history
  • Loading branch information
matlinuxer2 committed Nov 17, 2014
1 parent 1383711 commit 26f016a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions scripts/vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ clone git 14f550f github.com/gorilla/context
clone git 6070b2c github.com/tsaikd/KDGoLib
clone git v1.3.1 github.com/docker/docker

do_patch "$ROOT/misc/001.patch" "$VENDOR/src/github.com/docker/libcontainer"
do_patch "$ROOT/misc/002.patch" "$VENDOR/src/github.com/docker/docker"
do_patch "$ROOT/misc/003.patch" "$VENDOR/src/github.com/docker/docker"
do_patch "$ROOT/scripts/vendor-001.patch" "$VENDOR/src/github.com/docker/libcontainer"
do_patch "$ROOT/scripts/vendor-002.patch" "$VENDOR/src/github.com/docker/docker"
do_patch "$ROOT/scripts/vendor-003.patch" "$VENDOR/src/github.com/docker/docker"

rm -r "$VENDOR/src/github.com/docker/docker/docs"
rm -r "$VENDOR/src/github.com/docker/docker/vendor"

0 comments on commit 26f016a

Please sign in to comment.