Commit Graph

12 Commits

Author SHA1 Message Date
Sage Weil 2d97c24b9e Merge pull request #11116 from badone/wip-rm-modprobe-run-cmake-check
run-cmake-check.sh: Remove redundant calls

Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
2016-09-19 22:08:38 -05:00
Kefu Chai c79ca73d17 Merge pull request #11105 from badone/wip-dnf-enable-build-scripts
build scripts: Enable dnf for Fedora >= 22

Reviewed-by: Kefu Chai <kchai@redhat.com>
2016-09-19 10:15:32 +08:00
Brad Hubbard b338a49039 run-cmake-check.sh: Remove redundant calls
Calling "git submodule init" is redundant since it is called in do_cmake.sh and
there's no reason to do a modprobe of rbd.ko here either.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-09-18 08:14:26 +10:00
Brad Hubbard 07a5a98982 build scripts: Enable dnf for Fedora >= 22
The use of yum triggers a warning and reference to yum2dnf on Fedora >= 22.
Use either yum or dnf based on the Fedora version.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-09-16 18:59:59 +10:00
Brad Hubbard c511ba3073 run-cmake-check.sh: Actually run the tests
Actually run the tests from run-cmake-check.sh

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-09-16 14:47:38 +10:00
Brad Hubbard 5c983f2938 run-cmake-check.sh: Init submodules
If submodules are not initialised run-cmake-check.sh can fail.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-09-15 19:39:25 +10:00
Brad Hubbard abe914467a run-*make-check.sh: Make DRY_RUN actually mean a dry run
DRY_RUN does not currently do an actual dry run as it actually runs an install
command.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-09-14 17:15:44 +10:00
xie xingguo a776f5a68c build: drop dryrun of autogen.sh from run-cmake-check.sh script
Introduced by https://github.com/ceph/ceph/pull/11007.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2016-09-08 14:14:22 +08:00
John Coyle 159b786ca3 cmake: add arguments to cmake invocation to support cache configuration
Signed-off-by: John Coyle <dx9err@gmail.com>
2016-06-16 20:25:48 -04:00
Brad Hubbard f8f260133b cmake: Remove redundant call to get_processors
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
2016-05-06 13:44:19 +02:00
Orit Wasserman 432d26cb98 cmake: no need to run configure from run-cmake-check.sh
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2015-12-17 14:03:15 +01:00
Orit Wasserman 61aa107fb1 cmake: add run_cmake-check.sh
currently only check to cmake build process

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2015-12-11 14:01:18 +01:00