Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-23 Thread P. Ramanjaneya Reddy
Hi fawad, I'm trying to understand how deb and rpm generate works for plumgrind. rpm generation fine, but for deb has some problem. Can help how to solve it, so that it would be helpful for my project as well https://review.openstack.org/#/c/248239

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-22 Thread P. Ramanjaneya Reddy
Changes are not merged to upstream still, we need to generate the rpm or deb with local changes. Please describe the steps/method how to generate.. On Tue, Dec 22, 2015 at 3:37 PM, Jaume Devesa wrote: > Hi, > > To create a deb, you can look at the debian repositories as

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-22 Thread Jaume Devesa
Hi, To create a deb, you can look at the debian repositories as example: http://anonscm.debian.org/cgit/openstack?q=networking For rpm, there is the Red Hat maintained `openstack-packages` organization in GitHub: https://github.com/openstack-packages/?utf8=%E2%9C%93=networking Take a look as

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-22 Thread Matthias Runge
On 22/12/15 16:05, P. Ramanjaneya Reddy wrote: > Changes are not merged to upstream still, we need to generate the rpm or > deb with local changes. > Please describe the steps/method how to generate.. > > On Tue, Dec 22, 2015 at 3:37 PM, Jaume Devesa

[openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-21 Thread P. Ramanjaneya Reddy
Hi All, Can someone help on.. How to make rpm and deb packages for a networking-* project? Thanks & Regards, Ramanji. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-12-21 Thread Fawad Khaliq
There is one example [1] in review and may be incomplete but might help. It only adds the scripts to build. Publishing part is different. [1] https://review.openstack.org/#/c/248239/ Fawad Khaliq On Tue, Dec 22, 2015 at 11:15 AM, P. Ramanjaneya Reddy wrote: > > Hi All,

[openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-08-24 Thread Neil Jerram
Can anyone recommend how best to make deb and rpm packages for a networking-* project? (Specifically, I mean for networking-calico, but I imagine, if there's a best current practice, that it would apply to all such projects.) I'm aware that there were recently some discussions on increased

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-08-24 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/24/2015 05:13 PM, Neil Jerram wrote: Can anyone recommend how best to make deb and rpm packages for a networking-* project? For RPMs, I encourage you to join RDO community and start from sending a package for Delorean. The docs for the

Re: [openstack-dev] [neutron] How to make deb and rpm packages for a networking-* project?

2015-08-24 Thread Thomas Bechtold
On Mon, 2015-08-24 at 15:13 +, Neil Jerram wrote: Can anyone recommend how best to make deb and rpm packages for a networking-* project? You can use the OpenBuildService (https://build.opensuse.org/) to build packages for different distributions (SUSE, RedHat, CentOS, Debian, Ubuntu, ...).