Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2015-04-06 Thread Sebastien Goasguen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review78993 --- Thank you for submitting your CloudStack contribution through

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-12-05 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review64046 --- ping, any update on this? - Rohit Yadav On July 3, 2014, 11:58

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-13 Thread Rajani Karuturi
Hi Hugo, Does this make sense? Do you still think it should be part of noredist profile? ~Rajani On 09-Jul-2014, at 10:44 am, Rajani Karuturi rajani.karut...@citrix.commailto:rajani.karut...@citrix.com wrote: Hi Hugo, Even in case of windows installer, mysql-connector-java is mentioned in a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-13 Thread Rajani Karuturi
Hi Hugo, Does this make sense? Do you still think it should be part of noredist profile? ~Rajani On 09-Jul-2014, at 10:44 am, Rajani Karuturi rajani.karut...@citrix.commailto:rajani.karut...@citrix.com wrote: Hi Hugo, Even in case of windows installer, mysql-connector-java is mentioned in a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-08 Thread Rajani Karuturi
I believe this has nothing to do with nonoss. If I understand it right, nonoss modules are required for cloudstack to work with certain 3rd party stuff. This one is just a helper to create a windows installer. It chose to use a mvn command to create the installer instead of shell/bat script. It

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-08 Thread Hugo Trippaers
Rajani, That is why we renamed nonoss to noredist. It has to do with the policy of the Apache Software Foundation regarding compatible licenses [1]. The problem in this case is subtle, but there is a difference. The main point in the discussion is so-called system dependencies. We know we need

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-08 Thread Rajani Karuturi
Hi Hugo, Even in case of windows installer, mysql-connector-java is mentioned in a [spec] file. only difference being, it also mentions the download url as windows doesn’t have a package repository and doesn’t know where to download from. It will not be part of the installer. The msi only tells

RE: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-08 Thread Damoder Reddy
Hugo, As Rajani mentioned we are not packaging the sources with MSI installer, we are telling to installer from where to download the dependencies. Anyhow my question is, the MSI build is already part of separate build profile (buildw) which is not build with default profile. So still we need

RE: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-07 Thread Damoder Reddy
Ok, To clarify the windows MSI will not build in the default profile. I have enabled a new profile buildw to build windows MSI installer which explicitly we need to pass similar to nonoss? Is that sufficient to make it nonoss or still we need to move it under nonoss profile explicitly?

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Leo Simons
Heya, On 7/3/14, 4:11 PM, Chip Childers chipchild...@apache.org wrote: On Thu, Jul 03, 2014 at 02:59:55PM +0200, Hugo Trippaers wrote: On to the actual point behind my comment, ASF policy is not very clear about when we can or can¹t put anything in our code that points to something with a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 03:14:30PM +, Leo Simons wrote: It looks like that maven pom on windows _by default_ downloads and installs a variety of non-apache-license (and/or non-mit/bsd/variant license) software. That shouldn¹t really happen. The principle is one of ³least surprise²: As a

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread David Nalley
On Thu, Jul 3, 2014 at 12:08 PM, Chip Childers chipchild...@apache.org wrote: On Thu, Jul 03, 2014 at 03:14:30PM +, Leo Simons wrote: It looks like that maven pom on windows _by default_ downloads and installs a variety of non-apache-license (and/or non-mit/bsd/variant license) software.

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
On July 3, 2014, 2:18 p.m., Chip Childers wrote: -1 to this commit until legal policy issues are resolved Reverted the commit commit 4607c26949b6b925fdc0eb2a5253d536dd333439 Author: Koushik Das kous...@apache.org Date: Fri Jul 4 10:04:04 2014 +0530 Revert CLOUDSTACK-6834 : 3. Some

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 3, 2014, 10:22 a.m.) Review request for cloudstack, Abhinandan

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 3, 2014, 11:58 a.m.) Review request for cloudstack, Abhinandan

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
On July 3, 2014, 11:58 a.m., Hugo Trippaers wrote: I'm not sure we can actually have a dependency on the mysql connector like this because of it's GPL license. I'll check this and get back on this before we can accept this patch. Hugo, I committed this patch (on master

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Damodar Reddy Talakanti
On July 3, 2014, 11:58 a.m., Hugo Trippaers wrote: I'm not sure we can actually have a dependency on the mysql connector like this because of it's GPL license. I'll check this and get back on this before we can accept this patch. Koushik Das wrote: Hugo, I committed this patch

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Hugo Trippaers
Hey Koushik, No problem, will do if required. The review doesn’t have a “ship it” state, so thats why i assumed it was not committed. Also a lot of folks adopted the common practice to put the commit id in a comment after committing a review. That makes it easier to trace. Cheers, Hugo On

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Hugo Trippaers
On to the actual point behind my comment, ASF policy is not very clear about when we can or can’t put anything in our code that points to something with a (L)GPL license. I would like some feedback from people with a finer grasp of the policy to see if we can actually include this dependency

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47300 --- Ship it! master - ce5061e107f743e52b23445fd97fcf60d8160ec6 -

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Koushik Das
I was about to give the ship it and then saw your comment. Anyways have done it now. On 03-Jul-2014, at 6:03 PM, Hugo Trippaers h...@apache.org wrote: Hey Koushik, No problem, will do if required. The review doesn’t have a “ship it” state, so thats why i assumed it was not committed.

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 02:59:55PM +0200, Hugo Trippaers wrote: On to the actual point behind my comment, ASF policy is not very clear about when we can or can’t put anything in our code that points to something with a (L)GPL license. I would like some feedback from people with a finer grasp

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
On Thu, Jul 03, 2014 at 01:37:27PM +, Koushik Das wrote: I was about to give the ship it and then saw your comment. Anyways have done it now. We are likely to need to revert (or at least change through a new commit) a bunch of things introduced within the pom and msi files. See my last

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-03 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47301 --- -1 to this commit until legal policy issues are resolved - Chip

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-02 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- (Updated July 2, 2014, 12:29 p.m.) Review request for cloudstack, Abhinandan

Re: Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-02 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/#review47280 --- scripts/installer/windows/readme.txt

Review Request 23192: Adding Readme and run checkbox at the end of the installation. Also installing mysql connector

2014-07-01 Thread Damodar Reddy Talakanti
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23192/ --- Review request for cloudstack, Abhinandan Prateek and Koushik Das. Bugs: