----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8838/ -----------------------------------------------------------
(Updated Jan. 4, 2013, 11:51 p.m.) Review request for cloudstack. Changes ------- Good point. I'm updating to unqualified names of the respective binaries. I think it's reasonably straightforward that genisoimage is used if /usr/bin/genisoimage exists (which I would assume, is the uncommon one) Description ------- Due to differing licensing philosophies between the Debian project and the mkisofs maintainer the tool will probably never be shipped as part of Debian. There is a tool named genisoimage that is command line parameter compatible with mkisofs and does the same thing. The attached patch uses the maven profile system to parameterize the binary used to generate iso files depending on what is available on the system. This addresses bug CLOUDSTACK-792. Diffs (updated) ----- console-proxy/pom.xml 2526503 Diff: https://reviews.apache.org/r/8838/diff/ Testing ------- Thanks, Noa Resare