From 3911a7c7d068fde7c1ea7b1a2af0063e1249d697 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 28 Sep 2018 11:45:03 +0800 Subject: [PATCH] install-deps: do not specify unknown options per apt.conf(5), and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550564, "Acquire::Translation" is not documented and will be deprecated. it would be better to use "Acquire::Languages" solely. and it's consistent with https://github.com/ceph/ceph-build/pull/1137 . Signed-off-by: Kefu Chai --- install-deps.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index 31cd4d69d89db..10d4d1381b9b6 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -57,9 +57,9 @@ function ensure_decent_gcc_on_ubuntu { if [ ! -f /usr/bin/g++-${new} ]; then $SUDO tee /etc/apt/sources.list.d/ubuntu-toolchain-r.list <