On Tue, Aug 12, 2014 at 1:29 AM, Andrei Mikhailovsky <and...@arhont.com> wrote:
> Hello guys, > > I was hoping someone could share a working howto on building cloudstack > from sources. In particular, I am planning to build 4.4.0 .deb packages > with several cherrypicks and my build server is Ubuntu 12.04 with the > latest updates. > > I've followed two different howtos, both from the cloudstack website, but > unfortunately, they are a bit different and they produce different errors > when executing "mvn3 -P deps". > > Thanks > > Try this: http://www.terbolo.us/?p=5 A word of advice; cherry-picking can have unforseen consequences if done in the wrong order, or if you miss a commit. ie. one commit might depend on another and cause havoc if that isn't there. Erik