Re: [Ilugc] How to Create RPM in solaris server

2014-04-01 Thread madhusudhanan Elangovan
Thanks all for your help, Effing Package Manager seems a great tool to explore, but now i can understand why it's best to do the build in the Native OS. ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread madhusudhanan Elangovan
Thanks all for your suggestions. My Target stack is a mix of solaris, linux vm's . So i need a single jenkins job for a project release to do the build and create packages for solaris and linux VM's . I've used .pkg for solaris and RPM for linux , so far i've been using two build servers solaris

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread Shakthi Kannan
Hi, --- On Mon, Mar 31, 2014 at 3:43 PM, madhusudhanan Elangovan madhusudhan...@gmail.com wrote: | So i need a single jenkins job for a project release to do the build | and create packages for solaris and linux VM's . I've used .pkg for solaris | and RPM for linux , so far i've been using two

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread madhusudhanan Elangovan
Thanks Shakthi, but i don't care about compilation mine is a java application , so i believe i can compile it anywhere and run it any server. It's just about packaging, what is the issue in having an rpm created in solaris server and deployed in RHEL servers. On Mon, Mar 31, 2014 at 4:14 PM,

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread Sankarshan Mukhopadhyay
On Mon, Mar 31, 2014 at 3:43 PM, madhusudhanan Elangovan madhusudhan...@gmail.com wrote: Thanks all for your suggestions. My Target stack is a mix of solaris, linux vm's . So i need a single jenkins job for a project release to do the build and create packages for solaris and linux VM's . I've

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread Sankarshan Mukhopadhyay
On Mon, Mar 31, 2014 at 12:19 AM, Arun Khan knu...@gmail.com wrote: But that information is not forthcoming from the OP. Yes. Sadly, this has been a bit of a trend on this list lately. Not enough data/information to be able to provide a response that is useful. Playing 20 questions over email

Re: [Ilugc] How to Create RPM in solaris server

2014-03-31 Thread Shakthi Kannan
Hi, --- On Mon, Mar 31, 2014 at 7:12 PM, madhusudhanan Elangovan madhusudhan...@gmail.com wrote: | Thanks Shakthi, but i don't care about compilation mine is a java | application , so i believe i can compile it anywhere and run it any server. \-- You can definitely run it anywhere, but

Re: [Ilugc] How to Create RPM in solaris server

2014-03-30 Thread Arun Khan
On Sat, Mar 29, 2014 at 9:19 PM, Realmailer realmai...@gmail.com wrote: If he could make fpm work on his solaris box he could build rpms right there. Solaris has it's own package manager. I don't follow your logic -- what is the difference between make and build? BTW, trim your quotes and do

Re: [Ilugc] How to Create RPM in solaris server

2014-03-30 Thread Sankarshan Mukhopadhyay
On Saturday, March 22, 2014, Arun Khan knu...@gmail.com wrote: On Tue, Mar 18, 2014 at 2:33 PM, madhusudhanan Elangovan madhusudhan...@gmail.com javascript:; wrote: Hi, Did anyone tried to create rpm in solaris server. I have a need where i need to create RPM in Solaris

Re: [Ilugc] How to Create RPM in solaris server

2014-03-30 Thread Arun Khan
On Sun, Mar 30, 2014 at 3:16 PM, Sankarshan Mukhopadhyay sankarshan.mukhopadh...@gmail.com wrote: On Saturday, March 22, 2014, Arun Khan knu...@gmail.com wrote: On Tue, Mar 18, 2014 at 2:33 PM, madhusudhanan Elangovan madhusudhan...@gmail.com javascript:; wrote: Hi, Did

Re: [Ilugc] How to Create RPM in solaris server

2014-03-29 Thread Realmailer
If he could make fpm work on his solaris box he could build rpms right there. Kishore Kumar On 26-Mar-2014, at 14:58, Arun Khan knu...@gmail.com wrote: On Tue, Mar 25, 2014 at 11:09 PM, kish realmai...@gmail.com wrote: We've used FPM in a VM in the past. This has ruby dependencies. This

Re: [Ilugc] How to Create RPM in solaris server

2014-03-26 Thread Arun Khan
On Tue, Mar 25, 2014 at 11:09 PM, kish realmai...@gmail.com wrote: We've used FPM in a VM in the past. This has ruby dependencies. This should work if your Solaris satisfies them. https://github.com/jordansissel/fpm Great solution, but the OP did not want to build package for multiple

Re: [Ilugc] How to Create RPM in solaris server

2014-03-25 Thread kish
We've used FPM in a VM in the past. This has ruby dependencies. This should work if your Solaris satisfies them. https://github.com/jordansissel/fpm On Fri, Mar 21, 2014 at 11:38 PM, Arun Khan knu...@gmail.com wrote: On Tue, Mar 18, 2014 at 2:33 PM, madhusudhanan Elangovan

Re: [Ilugc] How to Create RPM in solaris server

2014-03-22 Thread Arun Khan
On Tue, Mar 18, 2014 at 2:33 PM, madhusudhanan Elangovan madhusudhan...@gmail.com wrote: Hi, Did anyone tried to create rpm in solaris server. I have a need where i need to create RPM in Solaris 10 10/08 s10x_u6wos_07b X86 server and this RPM should be installable in RHEL and

[Ilugc] How to Create RPM in solaris server

2014-03-18 Thread madhusudhanan Elangovan
Hi, Did anyone tried to create rpm in solaris server. I have a need where i need to create RPM in Solaris 10 10/08 s10x_u6wos_07b X86 server and this RPM should be installable in RHEL and Centos linux. Kindly provide the steps you followed to achieve this. --