From ff271f5190c45cb099cb40f72fdae860f9cbb8b3 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 23 Jul 2015 14:13:22 -0700 Subject: [PATCH] warn the script is depreciated Signed-off-by: Jessica Frazelle --- hack/release.sh | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/hack/release.sh b/hack/release.sh index 837f628270..4a712873a5 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -293,30 +293,8 @@ EOF # Upload repo s3cmd --acl-public "$s3Headers" sync "$APTDIR/" "s3://$BUCKET/ubuntu/" cat < /etc/apt/sources.list.d/docker.list - -# Then import the repository key -apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys $gpgFingerprint - -# Install docker -apt-get update -apt-get install -y lxc-docker - -# -# Alternatively, just use the curl-able install.sh script provided at $(s3_url) -# +echo "# WARNING! This script is deprecated. Please use the script" +echo "# at https://get.docker.com/" EOF # Add redirect at /ubuntu/info for URL-backwards-compatibility