[lxc-devel] [lxc/lxc] 1c1c60: add travis-ci support to LXC github repo (v2)

GitHub noreply at github.com
Wed Dec 25 16:07:30 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 1c1c60e4bae126db6738bb45e3e8d9d77f07f7e6
      https://github.com/lxc/lxc/commit/1c1c60e4bae126db6738bb45e3e8d9d77f07f7e6
  Author: S.Çağlar Onur <caglar at 10ur.org>
  Date:   2013-12-25 (Wed, 25 Dec 2013)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  add travis-ci support to LXC github repo (v2)

Travis is a free hosted CI platform for the open source community. It integrates
well with github and enables continous builds/tests for both repository itself
and all the pull requests so that one can quickly see the result of the possible
merge.

This yml file is one of the few required steps to enable travis-ci support for
LXC github repo. One of you guys still need to sign in travis-ci through GitHub OAuth
and enable travis support from its profile page https://travis-ci.org/profile

As an example https://travis-ci.org/caglar10ur/lxc-upstream/builds/15872074 can be seen

changes since v1;
 - All external dependencies are now innstalled via before_install section
 - Dropped all configure flags as Stéphane suggested

Signed-off-by: S.Çağlar Onur <caglar at 10ur.org>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: db821c3a4168c9c1072a433340e6009892e26cf2
      https://github.com/lxc/lxc/commit/db821c3a4168c9c1072a433340e6009892e26cf2
  Author: KATOH Yasufumi <karma at jazz.email.ne.jp>
  Date:   2013-12-25 (Wed, 25 Dec 2013)

  Changed paths:
    M templates/lxc-plamo.in

  Log Message:
  -----------
  plamo: Improve template for lxc-stop

patch /etc/inittab in plamo container to shutdown when it receives SIGPWR.
(By default, plamo shutdowns to single user mode after 5minutes)

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/2da1f56ce304...db821c3a4168


More information about the lxc-devel mailing list