New tmpdir in munkicommon for use by all the other munki tools.

git-svn-id: http://munki.googlecode.com/svn/trunk@141 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2009-07-30 14:49:27 +00:00
parent e1f8d4f700
commit 6120f285f7
+1
View File
@@ -747,6 +747,7 @@ munkistatusoutput = False
logfile = pref('LogFile')
logginglevel = pref('LoggingLevel')
errors = ""
tmpdir = tempfile.mkdtemp()
def main():