You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/27 20:11:03 UTC

[5/7] git commit: updated refs/heads/master to d7859ad

Merge pull request #1114 from davidamorimfaria/4.6

CLOUDSTACK-9065: fix bug when creating packaging with noredist flagFixes this:
```
$ bash -x package.sh -p noredist -d centos63
(...)
+ rpmbuild --define '_topdir /home/david/cloudstack/packaging/../dist/rpmbuild' '-D_ver 4.6.1' '-D_rel SNAPSHOT' '-D_prerelease 1' -D_ossnoss noredist -bb SPECS/cloud.spec
error: Macro %_ossnoss has empty body
error: Macro %_ossnoss has empty body
error: failed to stat /home/david/cloudstack/dist/rpmbuild/noredist: No such file or directory
+ '[' 1 -ne 0 ']'
+ echo 'RPM Build Failed '
RPM Build Failed
+ exit 3
```

It was missing quotes around the rpmbuild argument '-D_ossnoss noredist'.

* pr/1114:
  CLOUDSTACK-9065: fix bug when creating packaging with noredist flag

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad2bcc08
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ad2bcc08
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ad2bcc08

Branch: refs/heads/master
Commit: ad2bcc089ef118c86fedfcbfe079706bb77cdc7f
Parents: ab385c8 adb0d3b
Author: Daan Hoogland <da...@onecht.net>
Authored: Thu Nov 26 11:23:24 2015 +0100
Committer: Daan Hoogland <da...@onecht.net>
Committed: Thu Nov 26 11:23:24 2015 +0100

----------------------------------------------------------------------
 packaging/package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------