Re: [ovirt-devel] ioprocess on debian

2014-06-25 Thread Zhou Zheng Sheng
It seems Vinzenz has taken the most of work. I took a look at the
repository, it seems it contains only python-ioprocess and
ovirt-guest-agent. Would it be nice if we can host all the vdsm related
Debian packages in this repository? Then we can declare this is the more
official repository, and I can retire my luanchpad.net PPA. But if you
think my PPA is useful, I can update the packages in it.

on 2014/06/24 22:56, Vinzenz Feenstra wrote:
 On 06/24/2014 02:53 PM, Dan Kenigsberg wrote:
 On Tue, Jun 24, 2014 at 08:33:00AM -0400, Yeela Kaplan wrote:
 Hi,
 There's a new dependency for vdsm: python-ioprocess.
 We also need to build ioprocess for debian.

 Do you know who can be helping with that or what's the process?
 ZhengSheng, maybe you can help us here?
 Done already:
 
 # echo
 debhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/
  
 ./  /etc/apt/sources.list
 # gpg -v -a
 --keyserverhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/Release.key
  
 --recv-keys D5C7F7C373A1A299
 # gpg --export --armor 73A1A299 | apt-key add -
 # apt-get update
 # apt-get install python-ioprocess
 
 HTH,
 
 ___
 Devel mailing list
 Devel@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-25 Thread Sven Kieske
Am 25.06.2014 08:37, schrieb Zhou Zheng Sheng:
 It seems Vinzenz has taken the most of work. I took a look at the
 repository, it seems it contains only python-ioprocess and
 ovirt-guest-agent. Would it be nice if we can host all the vdsm related
 Debian packages in this repository? Then we can declare this is the more
 official repository, and I can retire my luanchpad.net PPA. But if you
 think my PPA is useful, I can update the packages in it.

Well to be honest, I still have some production vms running with your
ppa for the guest agent for ubuntu 12.04. and I can't update them myself.

So it would really be cool if you would not retire your ppa.

Thanks for your work!

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] ioprocess on debian

2014-06-25 Thread Vinzenz Feenstra

On 06/25/2014 08:37 AM, Zhou Zheng Sheng wrote:

It seems Vinzenz has taken the most of work. I took a look at the
repository, it seems it contains only python-ioprocess and
ovirt-guest-agent. Would it be nice if we can host all the vdsm related
Debian packages in this repository? Then we can declare this is the more
official repository, and I can retire my luanchpad.net PPA. But if you
think my PPA is useful, I can update the packages in it.
I was struggling to figure out how to build for different Ubuntu 
versions and have modified packages for it, and since I need to use OBS 
for building openSUSE and SLE builds, I started using it also for Debian 
and Ubuntu versions.


I am not sure if we would like to retire your PPA that would be a 
question for Danken.
I think it'd be a great idea to have all those non Fedora/RHEL/CentOS 
packages in one place and OBS seems like a pretty good option for that 
because of the variety of target distributions it supports. Additionally 
it supports even signing your .deb files and having one repository key 
for all your repos.




on 2014/06/24 22:56, Vinzenz Feenstra wrote:

On 06/24/2014 02:53 PM, Dan Kenigsberg wrote:

On Tue, Jun 24, 2014 at 08:33:00AM -0400, Yeela Kaplan wrote:

Hi,
There's a new dependency for vdsm: python-ioprocess.
We also need to build ioprocess for debian.

Do you know who can be helping with that or what's the process?

ZhengSheng, maybe you can help us here?

Done already:

# echo
debhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/
./  /etc/apt/sources.list
# gpg -v -a
--keyserverhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/Release.key
--recv-keys D5C7F7C373A1A299
# gpg --export --armor 73A1A299 | apt-key add -
# apt-get update
# apt-get install python-ioprocess

HTH,


___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Dan Kenigsberg
On Tue, Jun 24, 2014 at 08:33:00AM -0400, Yeela Kaplan wrote:
 Hi,
 There's a new dependency for vdsm: python-ioprocess.
 We also need to build ioprocess for debian.
 
 Do you know who can be helping with that or what's the process?

ZhengSheng, maybe you can help us here?
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Sven Kieske
Well I assume upstream is here:
https://github.com/ficoos/ioprocess

guides on packaging software for debian is available
via your favorite search engine :)

Am 24.06.2014 14:33, schrieb Yeela Kaplan:
 Hi,
 There's a new dependency for vdsm: python-ioprocess.
 We also need to build ioprocess for debian.
 
 Do you know who can be helping with that or what's the process?
 
 Thanks in advance,
 
 Yeela

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Ewoud Kohl van Wijngaarden
On Tue, Jun 24, 2014 at 12:51:43PM +, Sven Kieske wrote:
 Well I assume upstream is here:
 https://github.com/ficoos/ioprocess

It was moved to https://github.com/ovirt-infra/ioprocess

 guides on packaging software for debian is available
 via your favorite search engine :)

https://wiki.debian.org/Python/Packaging#Example_1:_Python_extension is
the relevant URL I think.

 Am 24.06.2014 14:33, schrieb Yeela Kaplan:
  Hi,
  There's a new dependency for vdsm: python-ioprocess.
  We also need to build ioprocess for debian.
  
  Do you know who can be helping with that or what's the process?
  
  Thanks in advance,
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Sven Kieske
Is there any special reason why ovirt-infra is utilizing github.com
instead of ovirt.org just as the other ovirt devs?


Am 24.06.2014 15:20, schrieb Ewoud Kohl van Wijngaarden:
 It was moved to https://github.com/ovirt-infra/ioprocess

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Vinzenz Feenstra

On 06/24/2014 03:34 PM, Sven Kieske wrote:

Is there any special reason why ovirt-infra is utilizing github.com
instead of ovirt.org just as the other ovirt devs?


Am 24.06.2014 15:20, schrieb Ewoud Kohl van Wijngaarden:

It was moved to https://github.com/ovirt-infra/ioprocess
I have started a build for debian here: 
https://build.opensuse.org/package/show/home:evilissimo:deb/python-ioprocess


--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Ewoud Kohl van Wijngaarden
There was some discussion about it and more people asked the exact same
question. The name is also confusing because it's not the oVirt infra
team, but rather the VDSM infra team. For what it's worth, I think that
anything under the ovirt umbrella should be at the same location. Since
everything else that's gerrit, so I agree ovirt-infra/* should be moved.

On Tue, Jun 24, 2014 at 01:34:28PM +, Sven Kieske wrote:
 Is there any special reason why ovirt-infra is utilizing github.com
 instead of ovirt.org just as the other ovirt devs?
 
 
 Am 24.06.2014 15:20, schrieb Ewoud Kohl van Wijngaarden:
  It was moved to https://github.com/ovirt-infra/ioprocess
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] ioprocess on debian

2014-06-24 Thread Vinzenz Feenstra

On 06/24/2014 02:53 PM, Dan Kenigsberg wrote:

On Tue, Jun 24, 2014 at 08:33:00AM -0400, Yeela Kaplan wrote:

Hi,
There's a new dependency for vdsm: python-ioprocess.
We also need to build ioprocess for debian.

Do you know who can be helping with that or what's the process?

ZhengSheng, maybe you can help us here?

Done already:

# echo debhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/  
./  /etc/apt/sources.list
# gpg -v -a 
--keyserverhttp://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/Release.key
  --recv-keys D5C7F7C373A1A299
# gpg --export --armor 73A1A299 | apt-key add -
# apt-get update
# apt-get install python-ioprocess

HTH,


___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel



--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R  D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel