From 6dcc31c114e037bf7e7f7d1fd95da8dbfdef4ac2 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 28 Sep 2016 23:35:15 -0700 Subject: [PATCH] update copy.sh to include pkg/util/workqueue --- staging/copy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/staging/copy.sh b/staging/copy.sh index 0b272ccb832..3e912fce07b 100755 --- a/staging/copy.sh +++ b/staging/copy.sh @@ -77,6 +77,9 @@ mkcp "/pkg/client/unversioned/clientcmd" "/pkg/client/unversioned" mkcp "/pkg/client/unversioned/portforward" "/pkg/client/unversioned" mkcp "/plugin/pkg/client/auth" "/plugin/pkg/client" +mkcp "/pkg/util/workqueue" "pkg/util" +# remove this folder because it imports prometheus +rm -rf "${CLIENT_REPO_TEMP}/pkg/util/workqueue/prometheus" # remove this test because it imports the internal clientset rm "${CLIENT_REPO_TEMP}"/pkg/client/unversioned/portforward/portforward_test.go