systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
411 stars 36 forks source link

Fix link to CentOS docs in README #11

Closed kylelaker closed 5 years ago

jaymzh commented 6 years ago

@davide125 or @aleivag - what's with the compile failures? Clearly those are on master... but how'd they get there. :/

aleivag commented 6 years ago

@jaymzh the compile errors are because travis has a really old version of ubuntu with a really old version of systemd, and i introduced a change that is v237 only, it passsed our internal testing but not travis.

anyway that uncover a nice problem that i "think" i may have a solution for, the problem is: how do we support newer version of systemd without breaking old ones.

anyway i think this PR is good and a clear testament that i can't write md files ... thanks @kylelaker for fixing my typos!

kylelaker commented 5 years ago

Pushed a new version that is rebased atop the current master which has a nice side effect of passing Travis because of #16