Hi, How to do git clone of kamailio source code with minor version.
I could only do git checkout of 5.3 version and it is automatically taking latest stable version. I don't need in this way. I need to do git clone of exact version of kamailio source code .
Example - if I need 5.3.6 version.. exact version source code has to be git checked out from kamailio website.
How to do that .. kindly let me know..
Thanks, Pavithra
Hello,
we use git tags for this, e.g. compare to this docs: https://devconnected.com/how-to-checkout-git-tags/
The tags are named like the version, you can see with “git log”.
Cheers,
Henning
-- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.comhttps://gilawa.com/
From: sr-users sr-users-bounces@lists.kamailio.org On Behalf Of Pavithra Mohanraja Sent: Saturday, November 7, 2020 8:35 PM To: Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org Subject: [SR-Users] Kamailio ims stable version
Hi, How to do git clone of kamailio source code with minor version.
I could only do git checkout of 5.3 version and it is automatically taking latest stable version. I don't need in this way. I need to do git clone of exact version of kamailio source code .
Example - if I need 5.3.6 version.. exact version source code has to be git checked out from kamailio website.
How to do that .. kindly let me know..
Thanks, Pavithra
Hi, I am not seeing git tags for specific version like 5.3.6 in kamailio GitHub link.
How should I git clone the version.
Thanks, Pavithra
On Sun, Nov 8, 2020, 5:04 PM Henning Westerholt hw@skalatan.de wrote:
Hello,
we use git tags for this, e.g. compare to this docs: https://devconnected.com/how-to-checkout-git-tags/
The tags are named like the version, you can see with “git log”.
Cheers,
Henning
--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com
*From:* sr-users sr-users-bounces@lists.kamailio.org *On Behalf Of *Pavithra Mohanraja *Sent:* Saturday, November 7, 2020 8:35 PM *To:* Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org *Subject:* [SR-Users] Kamailio ims stable version
Hi,
How to do git clone of kamailio source code with minor version.
I could only do git checkout of 5.3 version and it is automatically taking latest stable version. I don't need in this way. I need to do git clone of exact version of kamailio source code .
Example - if I need 5.3.6 version.. exact version source code has to be git checked out from kamailio website.
How to do that .. kindly let me know..
Thanks,
Pavithra
Hello,
but they have been set:
henning@app01:~/repositories/kamailio$ git tag | egrep "^5.3.*" 5.3.0 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.3.7
Have a look to the linked documentation how to checkout this with git command line.
Cheers,
Henning
-- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.comhttps://gilawa.com/
From: Pavithra Mohanraja pavimohan3004@gmail.com Sent: Sunday, November 8, 2020 12:59 PM To: Henning Westerholt hw@skalatan.de Cc: Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org Subject: Re: [SR-Users] Kamailio ims stable version
Hi, I am not seeing git tags for specific version like 5.3.6 in kamailio GitHub link.
How should I git clone the version.
Thanks, Pavithra
On Sun, Nov 8, 2020, 5:04 PM Henning Westerholt <hw@skalatan.demailto:hw@skalatan.de> wrote: Hello,
we use git tags for this, e.g. compare to this docs: https://devconnected.com/how-to-checkout-git-tags/
The tags are named like the version, you can see with “git log”.
Cheers,
Henning
-- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.comhttps://gilawa.com/
From: sr-users <sr-users-bounces@lists.kamailio.orgmailto:sr-users-bounces@lists.kamailio.org> On Behalf Of Pavithra Mohanraja Sent: Saturday, November 7, 2020 8:35 PM To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org> Subject: [SR-Users] Kamailio ims stable version
Hi, How to do git clone of kamailio source code with minor version.
I could only do git checkout of 5.3 version and it is automatically taking latest stable version. I don't need in this way. I need to do git clone of exact version of kamailio source code .
Example - if I need 5.3.6 version.. exact version source code has to be git checked out from kamailio website.
How to do that .. kindly let me know..
Thanks, Pavithra