Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-10-13 Thread sergey-safarov
Hi Daniel @miconda I implemented automated rpm packaging on release tag using [codefresh](https://codefresh.io). I implemented using my github account and my github repo. [Example](https://g.codefresh.io/public/accounts/sergeysafarov/builds/5da245612d82f52173e90cc2). Could you create `kamailio`

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-10-17 Thread Daniel-Constantin Mierla
Hello, I see it that codefresh requires to login with external service (like github), but there is no one belonging to the project, each developer has its own github account. There is kamailio.dev used to push changes to README files, I will see if that can be used or we need to create a new ded

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-10-17 Thread Victor Seva
We can use kamailio-sync github user, but do We want to allow this? ![github](https://user-images.githubusercontent.com/63080/67008901-c931ac00-f0ea-11e9-8192-6cd59720c1f9.png) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-13 Thread Paul Dee
Replying to: https://github.com/kamailio/kamailio/issues/1949#issuecomment-553517712 There is no python3-devel or python3 (place-holder packages) for CentOS 8. `Please try download or install python3-devel or python3.` Let me repeat. On CentOS 8, THERE IS NO PACKAGE `python3-devel` or `python3`

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-13 Thread space88man
For reference, the EL8 equivalents for python3 are now ``` # rpm -qi python36 Name: python36 Version : 3.6.8 Release : 2.module_el8.0.0+33+0a10c0e1 Architecture: x86_64 Install Date: Mon 23 Sep 2019 05:53:02 PM +08 Group : Unspecified Size: 13131 License : Python S

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-14 Thread sergey-safarov
>From today `rpm` packages will be available from http://rpm.kamailio.org page. Here you can download rpm files for: - CentOS - Fedora - OpenSUSE -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kam

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-15 Thread Henning Westerholt
Thank you Sergey, great. It would be nice to have packages as well for RHEL. If the discussed way of implementing this does not work out, just let us know that we can sort out how to proceed. :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-15 Thread sergey-safarov
Yes, Henning. I already get access to RHEL iso on RedHad developer portal. Good description about RedHat Policy located [here](https://medium.com/faun/how-to-build-rhel-based-docker-images-on-redhat-enterprise-linux-def012f84890). Think I will create kamailio builder docker image and then create

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-18 Thread sergey-safarov
Hello @henningw Packages for RHEL 7 and 8 available on `rpm.kamailio.org` Next daily builds -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-554989593___

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-20 Thread Henning Westerholt
Thanks you Sergey, close this one now as main packages are available on rpm.kamailio.org. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-556346312___

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-20 Thread Henning Westerholt
Closed #2084. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#event-2816684296___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-27 Thread sergey-safarov
Added webhook to `rpm.kamailio.org` server and to codefresh. Now daily master build and weekly builds for `5.3` and `5.2` branches available. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamai

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-27 Thread sergey-safarov
Created `kamailio.repo` files with repo description. For CentOS dist repo file may be installed ```sh yum-config-manager \ --add-repo \ http://rpm.kamailio.org/centos/kamailio.repo ``` For other dist need update repo file url. Next package signing -- You are receiving this because you a

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-28 Thread Henning Westerholt
Reopened #2084. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#event-2839770170___ Kamailio (SER) - Development Mailing List sr-dev

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-28 Thread Henning Westerholt
re-open as @sergey-safarov is using this to track his work on the RPM infrastructure -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-559587412

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2019-11-29 Thread sergey-safarov
Added package signing. PGP key stored on server provided by Fred Posner. Packages signed using key ```sh [root@kama4 ~]# gpg --homedir /etc/pulp/gpg-key --list-keys /etc/pulp/gpg-key/pubring.gpg -- pub 2048R/17A12EE1 2019-11-28 uid Kamailio team RPM s

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-01-09 Thread sergey-safarov
Today `5.3.2` released properly after tagging on GitHub. Think if no more questions to resolve, then we are ready to announce new kamailio RPM repo. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamail

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-04-09 Thread Paul Dee
With the provided instructions, even though 5.3.3 is 'available' in the repos, only 5.3.1 is installed, and won't upgrade. Whatever is in the 'latest' doesn't update properly on server side. If I edit the .repo file which includes 5.3.1, and change it to e.g. 5.3.2, dnf sees the updates and

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-14 Thread Henning Westerholt
@sergey-safarov - somehow the building for the new version seems not to work. For example 5.3.3 and 5.3.4 are not available for CentOS 8 on rpm.kamailio.org -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-14 Thread sergey-safarov
yes, some ago time publishing repo is moved from codefresh to docker repo. https://github.com/kamailio/kamailio/issues/2259 Now I must reconfigure script to pull from docker hub. but not have done. Let me look this again. May be will fix fast. -- You are receiving this because you are subscribed

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-14 Thread sergey-safarov
@henningw just published '5.3.4' and after 40 min will available '5.2.7' . -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-628909168___

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-20 Thread Henning Westerholt
I am not a CentOS expert, but the repository structure seems a bit strange. E.g. for CentOS 6: [link](http://rpm.kamailio.org/centos/kamailio.repo) - this contains repositories for 5.2 and 5.3. branch. The 5.2. and 5.3 branches contains old versions, like 5.2.5 [link](http://rpm.kamailio.org/ce

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-20 Thread sergey-safarov
Thanks @henningw for remark. Main idea of folder like `5.2/5.2` or `5.3/5.3` as weekly build of supported branch. As weekly builds configured only for `CentOS 8` and `CentOS 7` so this repos for `CentOS 6` need to delete. Looks as this repos I made my mistake when I start repo creation. -- You

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread nicoonline
So there will be no repos for Centos 6 ??? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-631970679___ Kamailio (SER)

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread Henning Westerholt
Hi Sergey, thanks for looking into it. We should not just delete the CentOS 6, it ist still supported until the end of 2020. Having additional daily or weekly builds is great, but there should be 5.2 and 5.3 branches that only contain the actual releases similar like Debian repository structure.

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread sergey-safarov
@nicoonline please try this commands ``` yum clean all yum -y install yum-utils yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio ``` For `5.3` branch please wait `5.3.5` release. For proper packaging o

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread nicoonline
Hello Sergey, Why we have to enable repo for the 5.2.7 branch ? Is it possible to have a 5.2 & 5.3 repo's with the last release like before? -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuec

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread sergey-safarov
> Having additional daily or weekly builds is great, but there should be 5.2 > and 5.3 branches that only contain the actual releases @henningw are you suggest rename weekly url http://rpm.kamailio.org/centos/8/5.2/5.2/ to http://rpm.kamailio.org/centos/8/5.2/weekly/. -- You are receiving thi

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-21 Thread sergey-safarov
Now URL like `/centos/8/5.2/5.2` used for weekly build. We must relocate this builds to other url. Then we can use this url for latest release. Let hear @henningw opinion. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kama

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-23 Thread nicoonline
Still Kamailio 5.2.5 in Centos 6 weekly packages :( -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-633005848___ Kamailio (SER) - Developm

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-24 Thread nicoonline
> > > @nicoonline please try this commands > > ``` > yum clean all > yum -y install yum-utils > yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo > yum install --disablerepo=kamailio --enablerepo=kamailio-5.2.7 kamailio > ``` > > For `5.3` branch please wait `5.3.5` rel

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-24 Thread sergey-safarov
Thanks @nicoonline I found issue and fixed. Please try again. Also I pointed `5.2/5.2` to latest `5.2` branch release. And pointed `5.3/5.3` to latest `5.3` branch release. ``` yum clean all yum -y install yum-utils yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo yum

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-24 Thread nicoonline
Hello Sergey, Yes seems fixed but still an error on the last repo file. http://rpm.kamailio.org/centos/6/5.2/weekly/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" Trying other mirror. To address this issue please refer to the below wiki

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-24 Thread sergey-safarov
yes, weekly repos not published. Required publishing scripts refactoring. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-633238934___ Kama

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-05-25 Thread Henning Westerholt
@sergey-safarov Thanks for the fixes! So I understood correctly, the 5.2/5.2 and 5.3/5.3 point now to the latest stable releases of the respective branches, great. About the weekly repositories, yes, they could be named indeed "weekly" in the respective branches, e.g. 5.2/weekly. -- You are re

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-08-11 Thread Daniel-Constantin Mierla
The rpm repos should be available for quite some time. Closing. For problems, open new issues. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#issuecomment-671848977__

Re: [sr-dev] [kamailio/kamailio] RPM repos at https://rpm.kamailio.org (#2084)

2020-08-11 Thread Daniel-Constantin Mierla
Closed #2084. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2084#event-3642365860___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht