From 4a7d0c46c7dd4ab46a4850bd462729d1ea6be497 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 17 Oct 2007 18:11:51 -0400 Subject: Various changes to allow for increased performance in the WebUI and in saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros. --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11dc5ce..4004fbe 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,13 @@ manpage: pod2html ./docs/cobbler.pod > ./docs/cobbler.html test: + -mkdir -p /tmp/cobbler_test_bak + -cp /var/lib/cobbler/distros* /tmp/cobbler_test_bak + -cp /var/lib/cobbler/profiles* /tmp/cobbler_test_bak + -cp /var/lib/cobbler/systems* /tmp/cobbler_test_bak + -cp /var/lib/cobbler/repos* /tmp/cobbler_test_bak python tests/tests.py - -rm -rf /tmp/_cobbler-* + -cp /tmp/cobbler_test_bak/* /var/lib/cobbler test2: python tests/multi.py -- cgit