Build packages for Ubuntu Wily (15.10)

Is there an easy way i can build packages for Ubuntu Wily or request them
on the public repos? Would like to move forward with systemd on ubuntu.

I saw there was a foreman packaging repo in git, but it just has a readme
right now

Hi,

··· On Thu, Mar 24, 2016 at 09:18:11AM -0700, Byron Miller wrote: > Is there an easy way i can build packages for Ubuntu Wily or request them > on the public repos? Would like to move forward with systemd on ubuntu. > > I saw there was a foreman packaging repo in git, but it just has a readme > right now

It’s not terribly complicated, but I would wait for Ubuntu/xenial which
is a LTS release and we’ll also provide packages for it, after it’s
officially released.

Regards

Michael Moll

> Is there an easy way i can build packages for Ubuntu Wily or request them
> on the public repos? Would like to move forward with systemd on ubuntu.

Currently we're limited to Ubuntu LTS-releases due to a lack of man
power, but everything we do is open so you can easily build it yourself.
With sufficient help I'm sure we can also support non-LTS releases.

> I saw there was a foreman packaging repo in git, but it just has a readme
> right now

That's because it's split in branches. I'd recommend starting with
https://github.com/theforeman/foreman-packaging/tree/deb/develop and
looking at jessie. It already has some systemd support.

··· On Thu, Mar 24, 2016 at 09:18:11AM -0700, Byron Miller wrote:

just noticed the branches :slight_smile: finishing my coffee before i dig deeper,
dunno how i missed that. Thanks!

··· On Thursday, March 24, 2016 at 11:27:05 AM UTC-5, Ewoud Kohl van Wijngaarden wrote: > > On Thu, Mar 24, 2016 at 09:18:11AM -0700, Byron Miller wrote: > > Is there an easy way i can build packages for Ubuntu Wily or request > them > > on the public repos? Would like to move forward with systemd on ubuntu. > > Currently we're limited to Ubuntu LTS-releases due to a lack of man > power, but everything we do is open so you can easily build it yourself. > With sufficient help I'm sure we can also support non-LTS releases. > > > I saw there was a foreman packaging repo in git, but it just has a > readme > > right now > > That's because it's split in branches. I'd recommend starting with > https://github.com/theforeman/foreman-packaging/tree/deb/develop and > looking at jessie. It already has some systemd support. >