]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps: do not specify unknown options 24315/head
authorKefu Chai <kchai@redhat.com>
Fri, 28 Sep 2018 03:45:03 +0000 (11:45 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 28 Sep 2018 03:52:39 +0000 (11:52 +0800)
commit3911a7c7d068fde7c1ea7b1a2af0063e1249d697
tree948d84b42a64df9840c85412c550cc7b7d4396dc
parentfb1a75c6c117a553425d329d214a1aea007b4888
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 <kchai@redhat.com>
install-deps.sh