[systemd-commits] 3 commits - .travis.yml TODO

Lennart Poettering lennart at kemper.freedesktop.org
Mon Jul 15 15:10:04 PDT 2013


 .travis.yml |   13 +++++++++++++
 TODO        |    8 ++++++++
 2 files changed, 21 insertions(+)

New commits:
commit d907c2086716681936755f28ac80b3445c6d0196
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Jul 15 23:54:28 2013 +0200

    update TODO

diff --git a/TODO b/TODO
index 6087052..88d9ae6 100644
--- a/TODO
+++ b/TODO
@@ -56,6 +56,12 @@ CGroup Rework Completion:
 
 Features:
 
+* journald: optionally, when messages with a high log prioerity are logged, sync() immeidately.
+
+* introduce %v resolving to the string returned by "uname -r"
+
+* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
+
 * Get rid of systemd-sysv:
   https://fedoraproject.org/wiki/User:Toshio/Systemd_Convert_draft
 

commit 248aa28ff27418ad074439014d476ed8cd2e01db
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jul 12 19:47:08 2013 +0200

    update TODO

diff --git a/TODO b/TODO
index 5d4ba8f..6087052 100644
--- a/TODO
+++ b/TODO
@@ -52,6 +52,8 @@ CGroup Rework Completion:
 
 * man: document new bus apis
 
+* Send SIGHUP and SIGTERM in session scopes
+
 Features:
 
 * Get rid of systemd-sysv:

commit 36398225b44367c89f11f42810e4f79652b09a09
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Jul 9 18:09:08 2013 +0200

    travis: Add a travis.yml for doing CI after commits
    
    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
    travis-ci. This means make check and make distcheck will result in
    a build failure and to avoid this these commands are not executed.
    
    This requires a one time configuration on travis-ci for the repo
    on github by the owner of the repo.

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..42433fd
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: c
+compiler:
+  - gcc
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install autotools-dev automake autoconf libtool libdbus-1-dev libcap-dev libblkid-dev libpam-dev libcryptsetup-dev libaudit-dev libacl1-dev libattr1-dev libselinux-dev liblzma-dev libgcrypt-dev libqrencode-dev libmicrohttpd-dev gtk-doc-tools gperf
+script: ./autogen.sh && ./configure --enable-gtk-doc --enable-gtk-doc-pdf && make V=1 && make dist V=1
+notifications:
+  irc:
+    channels:
+      - "irc.freenode.org#systemd"
+    on_success: change
+    on_failure: always



More information about the systemd-commits mailing list