[61718] trunk/base

jmr at macports.org jmr at macports.org
Sat Dec 19 14:28:30 PST 2009


Revision: 61718
          http://trac.macports.org/changeset/61718
Author:   jmr at macports.org
Date:     2009-12-19 14:28:26 -0800 (Sat, 19 Dec 2009)
Log Message:
-----------
change keeplogs default to no, as this only causes logs to be deleted after successful builds

Modified Paths:
--------------
    trunk/base/doc/macports.conf.in
    trunk/base/src/macports1.0/macports.tcl

Modified: trunk/base/doc/macports.conf.in
===================================================================
--- trunk/base/doc/macports.conf.in	2009-12-19 22:24:32 UTC (rev 61717)
+++ trunk/base/doc/macports.conf.in	2009-12-19 22:28:26 UTC (rev 61718)
@@ -85,8 +85,7 @@
 # Set whether to automatically execute "clean" after "install" of ports
 #portautoclean		yes
 
-# Uncomment if you dont want logs to be saved (but you will not be able to get 
-# help if something goes wrong)
+# Set to yes if you don't want logs to be deleted after successful builds
 #keeplogs no
 
 # Rsync server to fetch MacPorts sources from. Note that this is only used

Modified: trunk/base/src/macports1.0/macports.tcl
===================================================================
--- trunk/base/src/macports1.0/macports.tcl	2009-12-19 22:24:32 UTC (rev 61717)
+++ trunk/base/src/macports1.0/macports.tcl	2009-12-19 22:28:26 UTC (rev 61718)
@@ -606,9 +606,9 @@
         set macports::portautoclean "yes"
         global macports::portautoclean
     }
-	# keeplogs option
+	# whether to keep logs after successful builds
    	if {![info exists keeplogs]} {
-        set macports::keeplogs "yes"
+        set macports::keeplogs "no"
         global macports::keeplogs
     }
    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091219/7bd1049d/attachment.html>


More information about the macports-changes mailing list