From: Kefu Chai Date: Fri, 28 Sep 2018 03:45:03 +0000 (+0800) Subject: install-deps: do not specify unknown options X-Git-Tag: v14.0.1~158^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24315%2Fhead;p=ceph.git 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 --- diff --git a/install-deps.sh b/install-deps.sh index 31cd4d69d89d..10d4d1381b9b 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 <