diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:35:29 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 14:35:29 -0500 |
commit | 9caac1075ee34c0a4fb14a0695d04ae5bc7a9032 (patch) | |
tree | 66e6ef898615bfbd21b52bcd0e62bb203310c681 /README.md | |
parent | 416e5ad8868d380939bc24d738e7f183fad1ac0a (diff) |
README.md: update for travis-ci
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000000..3820706193 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +This git repo is a fork of git://anongit.freedesktop.org/systemd/systemd +with the aim of isolating udev from any particular flavor of system +initialization. In this case, the isolation is from systemd. + +This is a project started by Gentoo developers and testing is currently being +done mostly on OpenRC. We welcome contribution from others using a variety of +system initializations to ensure eudev remains system initialization and +distribution neutral. + +Homepage: https://wiki.gentoo.org/wiki/Project:Eudev + +Tarballs of releases: http://dev.gentoo.org/~blueness/eudev/ + +Contact: You can email us as a group below. + +IRC: Freenode/#gentoo-udev + +Committers (alphabetical order by last name): + + Luca Barbato (lu_zero) <lu_zero@gentoo.org> + Anthony G. Basile (blueness) <blueness@gentoo.org> + Francisco Izquierdo (klondike) <klondike@gentoo.org> + Ian Stakenvicius (axs) <axs@gentoo.org> + Matthew Thode (prometheanfire) <prometheanfire@gentoo.org> + Tony Vroon (chainsaw) <tony@linx.net> + Richard Yao (ryao) <ryao@gentoo.org> + +## Build status +[![Build Status](https://travis-ci.org/gentoo/eudev.svg?branch=master)](https://travis-ci.org/gentoo/eudev) |