[149818] trunk/base/src/macports1.0/reclaim.tcl

khindenburg at macports.org khindenburg at macports.org
Thu Jun 30 20:09:21 PDT 2016


Revision: 149818
          https://trac.macports.org/changeset/149818
Author:   khindenburg at macports.org
Date:     2016-06-30 20:09:21 -0700 (Thu, 30 Jun 2016)
Log Message:
-----------
base: prevent reclaim from constantly asking to run it; for now wait another 2 weeks #51712

Modified Paths:
--------------
    trunk/base/src/macports1.0/reclaim.tcl

Modified: trunk/base/src/macports1.0/reclaim.tcl
===================================================================
--- trunk/base/src/macports1.0/reclaim.tcl	2016-06-30 23:37:15 UTC (rev 149817)
+++ trunk/base/src/macports1.0/reclaim.tcl	2016-07-01 03:09:21 UTC (rev 149818)
@@ -353,6 +353,10 @@
                     if {$retval == 0} {
                         # User said yes, run port reclaim
                         macports::reclaim_main
+                    } else {
+                        # User said no, ask again in two weeks
+                        # Change this time frame if a consensus is agreed upon
+                        update_last_run
                     }
                 } else {
                     ui_warn $msg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160630/71c6135f/attachment.html>


More information about the macports-changes mailing list