]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Sat, 9 Dec 2017 12:00:28 +0000 (20:00 +0800)
commit3882deae8c94802cfd49153ad2cf33f0a3dba60d
tree4321313a8e3feafee4583c5bd259516bf2c70cc6
parent74a132d82695390da49211368aee3a7ac403aa73
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>
install-deps.sh