]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: install new gcc as the default the right way
authorKefu Chai <kchai@redhat.com>
Sat, 9 Dec 2017 09:35:28 +0000 (17:35 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 15 Dec 2017 11:11:51 +0000 (19:11 +0800)
commitf95ab869e85318077c697b6c7fbff6aa39703de6
treedeeb3c8c55335ce1ea89e0c5b1b557840853df72
parentebe7ed686e6aeb3064d649631e4ba1e482905351
install-deps.sh: install new gcc as the default the right way

* should install software-properties-common beforehand, otherwise
  the `add-apt-repository` command will not be available.
* the update-alternative commandline were copied from ceph-build,
  should remove the escape characters.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 3882deae8c94802cfd49153ad2cf33f0a3dba60d)
install-deps.sh