diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-01-25 12:13:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-25 12:13:55 +0000 |
commit | 206802828c9b76b56388fe270f114999713a3a8c (patch) | |
tree | 25043bab2d19c782e118966beeecc65583039ed2 /ci/README | |
parent | 78fdcdc56a247328d6f84c45477bbea51bddf094 (diff) | |
parent | 4b5777ae5c7089a7b55305cc9d26732ff0c94ab3 (diff) |
Merge "ci: build 5.8.0 packages for Apex"
Diffstat (limited to 'ci/README')
-rw-r--r-- | ci/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/README b/ci/README new file mode 100644 index 00000000..9b255ced --- /dev/null +++ b/ci/README @@ -0,0 +1,11 @@ +If you would like to build the RPMs locally you will need a CentOS7 platform. +Set an environment variable called WORKSPACE to /tmp. +Make sure $PERL_MM_OPT is not set as an environment variable. +Run the following: + + * sudo -E ./install_dependencies.sh + * sudo -E ./build_rpm.sh + +This will create 3 directories in /tmp: collectd, intel-cmt-cat and rpmbuild. + +The built RPMs can be found in rpmbuild/RPMS/x86_64/. |