[systemd-commits] 2 commits - Makefile.am src/python-systemd
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Wed Jul 17 21:05:37 PDT 2013
Makefile.am | 3 +++
src/python-systemd/docs/journal.rst | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
New commits:
commit c2654883624885696edccd2a202873998ec208f1
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date: Wed Jul 17 16:29:55 2013 +0200
test: Keep the test-suite.log around in case of a test failure
The addition of .DELETE_ON_ERROR will lead to the removal of the
test-suite.log in case of a test failure. Mark the rule as PRECIOUS
to keep that file around.
diff --git a/Makefile.am b/Makefile.am
index 7e6361c..c4b9b1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,6 +31,9 @@ SUBDIRS = . po
# keep intermediate files
.SECONDARY:
+# Keep the test-suite.log
+.PRECIOUS: $(TEST_SUITE_LOG)
+
LIBUDEV_CURRENT=4
LIBUDEV_REVISION=6
LIBUDEV_AGE=3
commit 059b7a9aad6c2e60957761b8f63267861c859be8
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Thu Jul 18 00:03:09 2013 -0400
systemd-python: also update the documentation
sphinx, oh sphinx, why do you require manual ficksups all the time?
diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst
index e6c4206..ea74cf8 100644
--- a/src/python-systemd/docs/journal.rst
+++ b/src/python-systemd/docs/journal.rst
@@ -53,7 +53,8 @@ Journal access types
.. autoattribute:: systemd.journal.LOCAL_ONLY
.. autoattribute:: systemd.journal.RUNTIME_ONLY
-.. autoattribute:: systemd.journal.SYSTEM_ONLY
+.. autoattribute:: systemd.journal.SYSTEM
+.. autoattribute:: systemd.journal.CURRENT_USER
Journal event types
~~~~~~~~~~~~~~~~~~~
More information about the systemd-commits
mailing list