Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-16 Thread Kay Sievers
On Fri, Aug 16, 2013 at 10:33 PM, Michael Marineau wrote: >> The system it builds on seems to old to have kernel btrfs headers. No >> idea if that is something that cane be fixed on the travis side, but >> importing more common things into systemd seems a bit odd, just to >> make it work on an out

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-16 Thread Michael Marineau
On Wed, Aug 14, 2013 at 5:15 PM, <> wrote: > On Thu, Jul 18, 2013 at 7:40 AM, Holger Hans Peter Freyther > wrote: > > On Wed, Jul 17, 2013 at 05:08:46PM +0200, Kay Sievers wrote: > >> > >> I did something like that now. Let's see if it works ... > > > > Thank you, it did[1]. > > > > [1] https://t

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-14 Thread Holger Hans Peter Freyther
On Wed, Aug 14, 2013 at 11:15:35PM +0200, Kay Sievers wrote: > I temporarily switched it off now. thanks for the heads up. > Maybe someone has an idea, or an alternative. If David starts to execute "make check && make distcheck" there is probably nothing travis-ci provides that David's setup d

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-14 Thread Holger Hans Peter Freyther
On Wed, Aug 14, 2013 at 02:48:07PM -0700, David Strauss wrote: > The CI I maintain [1] for systemd is certainly one alternative that > continues to be in production. I'd like to get more test automation > going, but it's not like TravisCI was running any tests beyond a > successful build. I plan t

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-14 Thread David Strauss
On Wed, Aug 14, 2013 at 2:15 PM, Kay Sievers wrote: > Maybe someone has an idea, or an alternative. The CI I maintain [1] for systemd is certainly one alternative that continues to be in production. I'd like to get more test automation going, but it's not like TravisCI was running any tests beyon

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-08-14 Thread Kay Sievers
On Thu, Jul 18, 2013 at 7:40 AM, Holger Hans Peter Freyther wrote: > On Wed, Jul 17, 2013 at 05:08:46PM +0200, Kay Sievers wrote: >> >> I did something like that now. Let's see if it works ... > > Thank you, it did[1]. > > [1] https://travis-ci.org/systemd/systemd I temporarily switched it off no

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-17 Thread Holger Hans Peter Freyther
On Wed, Jul 17, 2013 at 04:02:26PM -0300, Lucas De Marchi wrote: > Talking about kmod and travis-ci. In kmod we are using it. Pretty > cool, with an IRC bot integration. I only wish there were more options > of distributions. Right now it's only Ubuntu 12.04 32 bits You could ask the people that

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-17 Thread Holger Hans Peter Freyther
On Wed, Jul 17, 2013 at 05:08:46PM +0200, Kay Sievers wrote: > > I did something like that now. Let's see if it works ... Thank you, it did[1]. [1] https://travis-ci.org/systemd/systemd ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-17 Thread Lucas De Marchi
On Fri, Jul 12, 2013 at 2:51 PM, Lennart Poettering wrote: > On Tue, 09.07.13 18:09, Holger Hans Peter Freyther (hol...@freyther.de) wrote: > >> From: Holger Hans Peter Freyther >> >> Instruct travis-ci to build systemd and create a tarball. In case >> of an error travis-ci will complain on IRC.

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-17 Thread Kay Sievers
On Wed, Jul 17, 2013 at 9:18 AM, Holger Hans Peter Freyther wrote: > On Fri, Jul 12, 2013 at 07:51:26PM +0200, Lennart Poettering wrote: > >> Commited. I figure this will not be useful right-away, since current git >> of systemd requires a very new version of kmod that is not available at >> Travi

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-17 Thread Holger Hans Peter Freyther
On Fri, Jul 12, 2013 at 07:51:26PM +0200, Lennart Poettering wrote: > Commited. I figure this will not be useful right-away, since current git > of systemd requires a very new version of kmod that is not available at > Travis. However, it's still a good thing to have and to enable as soon > as tha

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-12 Thread Holger Hans Peter Freyther
On Fri, Jul 12, 2013 at 07:51:26PM +0200, Lennart Poettering wrote: > On Tue, 09.07.13 18:09, Holger Hans Peter Freyther (hol...@freyther.de) wrote: > I figure a simple > > if (sd_booted() <= 0) > return EXIT_TEST_SKIP; Ah great, I had planned to search if something like

Re: [systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-12 Thread Lennart Poettering
On Tue, 09.07.13 18:09, Holger Hans Peter Freyther (hol...@freyther.de) wrote: > From: Holger Hans Peter Freyther > > Instruct travis-ci to build systemd and create a tarball. In case > of an error travis-ci will complain on IRC. The systemd testsuite > currently requires the host to have a rece

[systemd-devel] [PATCH] travis: Add a travis.yml for doing CI after commits

2013-07-09 Thread Holger Hans Peter Freyther
From: Holger Hans Peter Freyther Instruct travis-ci to build systemd and create a tarball. In case of an error travis-ci will complain on IRC. The systemd testsuite currently requires the host to have a recent version of systemd installed and running. This is not the case for the Ubuntu VM of tra