7178336 cannot do concurrent DC build after changeset 1717:10cb4d15a248 went in
authorGinnie Wray<virginia.wray@oracle.com>
Thu, 21 Jun 2012 09:48:18 -0600
changeset 1725 8894eefc65a8
parent 1724 be7cb1d7a4ee
child 1726 1c06fe7802c1
7178336 cannot do concurrent DC build after changeset 1717:10cb4d15a248 went in
usr/src/cmd/distro_const/__init__.py
--- a/usr/src/cmd/distro_const/__init__.py	Thu Jun 21 08:34:01 2012 +0200
+++ b/usr/src/cmd/distro_const/__init__.py	Thu Jun 21 09:48:18 2012 -0600
@@ -65,7 +65,7 @@
 DC_LOCKFILE = "distro_const.lock"
 DC_LOGGER = None
 LOG_TIMESTAMP = time.strftime("%Y-%m-%d.%H:%M")
-DEFAULTLOG = system_temp_path("dc/default_log" + '.' + LOG_TIMESTAMP)
+DEFAULTLOG = system_temp_path("dc/default_log" + '.' + str(os.getpid()))
 
 
 class Lockfile(object):