<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Switching from RPM to GIT</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Actually if you want to roll your own RPMs from FS source for master, its pretty easy<BR>
<BR>
First set up all the pre-req devel packages (with yum)<BR>
<BR>
Checkout the source from git as normal, then run the following 3 scripts from the root of your FS source tree<BR>
<BR>
./scripts/ci/src_tarball.sh ${version_number} &nbsp;&nbsp;;# replace version number with your version number... I suggest using the one in configure.in<BR>
./scripts/ci/get_extra_sources.sh &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;# this will get any extra sources you need<BR>
./scripts/ci/rpmbuilder.sh &nbsp;${version_number} ${build_number} &nbsp;;# make the version number the same as above, make the build number increment each time you build the same version<BR>
<BR>
RPMs will be dropped in the RPMS dir in your FS source tree, then use yum/rpm to install them as normal. If you have already installed the sound files you are fine... Same with your configs...<BR>
<BR>
<BR>
<BR>
On 1/6/14 11:21 AM, &quot;Callum Guy&quot; &lt;<a href="callum.guy@x-on.co.uk">callum.guy@x-on.co.uk</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT COLOR="#073763"><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Thanks Steven, i can only say that i'm aware of that as a possibility but with 100 things on the to-do that one sounds a little daunting. Out of interest is there a guide that you are aware of? I would certainly add this as task 101 :)<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT COLOR="#073763"><FONT FACE="Verdana, Helvetica, Arial">______________________________<BR>
</FONT></FONT></SPAN><FONT COLOR="#073763"><FONT FACE="Verdana, Helvetica, Arial"><FONT SIZE="2"><SPAN STYLE='font-size:10pt'><BR>
Callum Guy<BR>
Developer<BR>
<BR>
X-on<BR>
Framlingham Technology Centre<BR>
Station Road, Framlingham,<BR>
Suffolk, IP13 9EZ<BR>
<BR>
T &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0333 332 0116<BR>
E &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="callum.guy@x-on.co.uk">callum.guy@x-on.co.uk</a><BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><BR>
<BR>
<BR>
<BR>
</SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10pt'>X-on is a trading name of Storacall Technology Ltd a limited company registered in England and Wales<BR>
Registered Office : Avaland House, 110 London Road, Apsley, Hemel Hempstead, Herts, HP3 9SD &nbsp;<BR>
Company Registration No. 2578478 <BR>
<BR>
This email has been sent from X-on.The contents and attachments are confidential to the sender and the intended addressees.If the message<BR>
is received by anyone other than the addressee please return the message to the sender by replying to it and then delete the message from <BR>
your computer without copying or disclosing the contents to anyone.Opinions, conclusions and statements of intent in this email are those of<BR>
the sender and do not bind X-on unless confirmed by authorised representatives independently of this message.While best endeavours have <BR>
been taken to avoid transmission of viruses, it is the responsibility of the recipient to scan for these.Please note emails sent to and from X-on <BR>
are routinely monitored for record keeping and quality control, to ensure regulatory compliance and prevent unauthorised use of our systems.<BR>
<BR>
Please consider the environment before printing this email.<BR>
</SPAN></FONT></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'><BR>
<BR>
On 6 January 2014 12:38, Steven Ayre &lt;<a href="steveayre@gmail.com">steveayre@gmail.com</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>You could build your own RPMs from git head then upgrade to those versions.<BR>
<BR>
<BR>
On 6 January 2014 10:22, Callum Guy &lt;<a href="callum.guy@x-on.co.uk">callum.guy@x-on.co.uk</a>&gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>I have a simple Monday morning query - if i've installed FreeSWITCH using RPM's and have now decided to remove the application and use the git head - is there a simple way to do this?<BR>
<BR>
I'm pretty much a novice so far as Linux administration so my approach would be as follows:<BR>
<BR>
List the packages: <BR>
<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><FONT COLOR="#073763"><SPAN STYLE='font-size:11pt'>rpm -qa | grep -i freeswitch<BR>
freeswitch-1.2.14-1.el6.x86_64<BR>
freeswitch-application-snom-1.2.14-1.el6.x86_64<BR>
freeswitch-appl....<BR>
...<BR>
... (x30)<BR>
<BR>
Remove them all one at a time using </SPAN></FONT></FONT><FONT COLOR="#073763"><FONT SIZE="2"><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'>rpm -e  </SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>freeswitch-1.2.14-1.el6.x86_64<BR>
<BR>
Proceed with GIT install. Is there a cleaner/easier approach?<BR>
<BR>
Thanks.<BR>
</SPAN></FONT></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
<BR>
_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Monaco, Courier New"><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></FONT></SPAN><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_________________________________________________________________________<BR>
Professional FreeSWITCH Consulting Services:<BR>
<a href="consulting@freeswitch.org">consulting@freeswitch.org</a><BR>
<a href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a><BR>
<BR>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR>
<a href="http://www.cudatel.com">http://www.cudatel.com</a><BR>
<BR>
Official FreeSWITCH Sites<BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
<a href="http://wiki.freeswitch.org">http://wiki.freeswitch.org</a><BR>
<a href="http://www.cluecon.com">http://www.cluecon.com</a><BR>
<BR>
FreeSWITCH-users mailing list<BR>
<a href="FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT></FONT><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>