From 26f016ab2dca9cf716422023ac75a8bd7a7fdbf8 Mon Sep 17 00:00:00 2001 From: "Chun-Yu Lee (Mat)" Date: Mon, 17 Nov 2014 15:38:48 +0800 Subject: [PATCH] Move patch files --- misc/001.patch => scripts/vendor-001.patch | 0 misc/002.patch => scripts/vendor-002.patch | 0 misc/003.patch => scripts/vendor-003.patch | 0 scripts/vendor.sh | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename misc/001.patch => scripts/vendor-001.patch (100%) rename misc/002.patch => scripts/vendor-002.patch (100%) rename misc/003.patch => scripts/vendor-003.patch (100%) diff --git a/misc/001.patch b/scripts/vendor-001.patch similarity index 100% rename from misc/001.patch rename to scripts/vendor-001.patch diff --git a/misc/002.patch b/scripts/vendor-002.patch similarity index 100% rename from misc/002.patch rename to scripts/vendor-002.patch diff --git a/misc/003.patch b/scripts/vendor-003.patch similarity index 100% rename from misc/003.patch rename to scripts/vendor-003.patch diff --git a/scripts/vendor.sh b/scripts/vendor.sh index 489de5e..d612d16 100755 --- a/scripts/vendor.sh +++ b/scripts/vendor.sh @@ -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"