From 9aef401e5787d9c00424dbdfceb577aa9ce1f012 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 5 May 2006 11:13:16 -0400 Subject: Make /etc/cobbler.conf be packaged instead of being created, proper handling of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e917c0..ef8922d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ manpage: test: python tests/tests.py + \rm -rf /tmp/_cobbler-* install: clean manpage python setup.py sdist -- cgit