GitHub user remibergsma opened a pull request: https://github.com/apache/cloudstack/pull/1345
Fix cloud-cli references after PR 1228 After merging PR #1228, building RPM packages results in problems: ``` + cp -r cloud-cli/cloudtool /data/git/cs2/cloudstack/dist/rpmbuild/BUILDROOT/cloudstack-4.8.0-SNAPSHOT.el7.centos.x86_64/usr/lib64/python2.7/site-packages/ cp: cannot stat âcloud-cli/cloudtoolâ: No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.n1gFxV (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.n1gFxV (%install) RPM Build Failed Sun Jan 17 20:14:45 GMT 2016 ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/remibergsma/cloudstack fix-cloud-cli Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1345.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1345 ---- commit 08cd473822b48ad1f9050b957e7333c627da286a Author: Remi Bergsma <git...@remi.nl> Date: 2016-01-17T20:42:51Z Fix cloud-cli references after PR 1228 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---