summaryrefslogtreecommitdiffstats
path: root/install-deps.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* install-deps: nuke wheelhouse if it's staleKefu Chai2018-05-161-0/+7
* install-deps: Add support for 'opensuse-tumbleweed'Ricardo Marques2018-04-251-1/+1
* install-deps: add liblz4 to freebsd build dependenciesCasey Bodley2018-04-121-0/+1
* FreeBSD: add new required packages to be installedWillem Jan Withagen2018-04-111-0/+2
* mgr/dashboard: remove node/npm system installationTiago Melo2018-03-161-69/+0
* install-deps.sh: fix an error condition expressionYao Guotao2018-03-091-1/+1
* install-deps: install dashboard_v2 development dependenciesRicardo Dias2018-03-051-0/+71
* Merge pull request #20436 from smithfarm/wip-22999Nathan Cutler2018-02-271-0/+5
|\
| * install-deps.sh: set python2 %bcond by environmentNathan Cutler2018-02-271-0/+5
* | scripts: install-deps.sh: pass --no-recommends to zypperNathan Cutler2018-02-141-2/+3
|/
* cmake: remove cryptopp optionCasey Bodley2018-01-191-1/+0
* install-deps.sh: check if have access to stdoutKefu Chai2017-12-301-10/+7
* install-deps: bump DTS version on aarch64 to 7Kefu Chai2017-12-301-1/+1
* install-deps.sh: only download mirrored package indexwangsongbo2017-12-301-2/+2
* install-deps.sh: do not download i18n apt indexKefu Chai2017-12-301-1/+1
* install-deps.sh: use tee for writing a fileKefu Chai2017-12-141-1/+1
* install-deps.sh: avoid re-installing g++-7Kefu Chai2017-12-131-11/+19
* install-deps.sh: use GCC-7 on xenial alsoKefu Chai2017-12-111-2/+11
* install-deps.sh: install new gcc as the default the right wayKefu Chai2017-12-091-5/+6
* install-deps.sh: enable testing repo on centos on aarch64Kefu Chai2017-12-081-2/+10
* install-deps.sh: use DTS on centos if GCC is too oldKefu Chai2017-12-081-6/+46
* install-deps.sh: install centos-release-scl-rh on aarch64Kefu Chai2017-12-051-1/+6
* install-deps.sh: use gcc-7 on trustyKefu Chai2017-12-051-1/+36
* install-deps.sh: always use yum-config-manager for consistencyKefu Chai2017-12-051-2/+1
* install-deps.sh: install devtoolset-7 for centos/rhelKefu Chai2017-12-051-2/+5
* scripts: fix bash path in shebangsAlan Somers2017-07-271-1/+2
* install-deps.sh: add missing dependencies for FreeBSDAlan Somers2017-07-251-4/+7
* build/ops: rpm: put mgr python build dependencies in make_check bcondNathan Cutler2017-07-171-2/+7
* test,qa/workunits: add tests for public_bind_addrBassam Tabbara2017-07-141-0/+1
* core: Install Pecan for FreeBSDWillem Jan Withagen2017-06-101-0/+4
* cmake,debian,rpm: remove atomic_t completelyKefu Chai2017-06-081-1/+0
* install-deps.sh: workaround setuptools' dependency on sixKefu Chai2017-06-011-1/+2
* rgw: Add basic support for IAM policiesAdam C. Emerson2017-05-171-0/+1
* Merge pull request #9853 from dx9/wip-alpine-dev-supportSage Weil2017-04-221-0/+12
|\
| * install-deps.sh: add alpine supportJohn Coyle2016-12-211-0/+12
* | Merge pull request #14301 from Andrey1994/masterSage Weil2017-04-101-2/+5
|\ \
| * | install-deps: Add Virtuozzo Linux supportAndrey Parfenov2017-04-031-2/+5
* | | build: let FreeBSD build ceph-fuseWillem Jan Withagen2017-04-021-0/+1
|/ /
* | test: use gsed on FreeBSD for inplace edittingWillem Jan Withagen2017-03-191-0/+1
* | ceph-detect-init: Adds Oracle Linux Server and Oracle VM Server detectionNikita Gerasimov2017-03-101-1/+1
* | build/install-deps.sh: Add sphinx package for DOCSWillem Jan Withagen2017-02-011-0/+1
|/
* install-deps.sh: JQ is needed in one scriptWillem Jan Withagen2016-11-191-0/+1
* install-deps.sh: allow building on SLES systemsNitin A Kamble2016-10-311-1/+1
* Merge pull request #11512 from wjwithagen/wip-wjw-freebsd-dependsKefu Chai2016-10-191-1/+2
|\
| * FreeBSD: update require packagesWillem Jan Withagen2016-10-161-1/+2
* | tools/ceph-monstore-update-crush.sh: FreeBSD getopt is not compatible, use th...Willem Jan Withagen2016-10-181-0/+1
|/
* build scripts: Enable dnf for Fedora >= 22Brad Hubbard2016-09-161-4/+12
* install-deps: exit non-zero when we cannot match distroGregory Meno2016-09-091-0/+1
* build/ops: fix /etc/os-release parsing in install-deps.shNathan Cutler2016-09-051-3/+3
* Merge pull request #10017 from jan--f/os-release-based-install-depsNathan Cutler2016-08-301-21/+16
|\