Browse Source

Merge pull request #14343 from Pensu/14232-Add-Warning-To-Ubuntu-Script

14232 add warning to ubuntu script
Jessie Frazelle 10 years ago
parent
commit
5e331ad41a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      hack/release.sh

+ 5 - 0
hack/release.sh

@@ -293,6 +293,11 @@ EOF
 	# Upload repo
 	s3cmd --acl-public "$s3Headers" sync "$APTDIR/" "s3://$BUCKET/ubuntu/"
 	cat <<EOF | write_to_s3 s3://$BUCKET/ubuntu/index
+echo "# WARNING! This script is not going to install aufs on your"
+echo "# system. If you want to use aufs please check the script"
+echo "# at https://get.docker.com"
+echo "# You may press Ctrl+C to abort this script."
+(set -x; sleep 20)
 # Check that HTTPS transport is available to APT
 if [ ! -e /usr/lib/apt/methods/https ]; then
 	apt-get update