Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-16 Thread Nasir Iqbal
Hi All, Thanks to Tzafrir Cohen who described very well that why RPM is better then any other script and how easy to build one. However for those like me still enough lazy to collect dependencies or setup mock builder, I recommend Koji build system for them. Either one can host his/her own Koji

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
Off-topic: On Tue, Jun 14, 2016 at 11:02:17AM +0200, Lenz Emilitri wrote: > Project located at https://github.com/l3nz/CompileAsteriskPBX >From the build script: # build Asterisk cd $TARGET_DIR/$ASTVERSION ./configure --libdir=/usr/lib64 cd $TARGET_DIR/$ASTVERSION/menuselect make

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
On Tue, Jun 14, 2016 at 06:22:05PM +0200, Lenz Emilitri wrote: > 2016-06-14 17:44 GMT+02:00 Tzafrir Cohen : > > > > 1. Asterisk basically has such a script inside. > > It is - as you say - inside. This is outside and does the download for you. > > > 2. Asterisk has an

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Lenz Emilitri
2016-06-14 17:44 GMT+02:00 Tzafrir Cohen : > > 1. Asterisk basically has such a script inside. It is - as you say - inside. This is outside and does the download for you. > 2. Asterisk has an RPM package. An RPM package is exactly a reproducible > build (listing

Re: [asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Tzafrir Cohen
On Tue, Jun 14, 2016 at 11:02:17AM +0200, Lenz Emilitri wrote: > Hi all, > I thought I'd share I script I made (based on some of Leif's works) > that lets you download, compile and install Asterisk all in one go; > and then removed the dev tools used. > > We use it quite a bit to provision

[asterisk-users] Pet project: one step Asterisk compile on Centos 7

2016-06-14 Thread Lenz Emilitri
Hi all, I thought I'd share I script I made (based on some of Leif's works) that lets you download, compile and install Asterisk all in one go; and then removed the dev tools used. We use it quite a bit to provision systems using Ansible, but it is easier than remembering everything every time