base: prevent reclaim from constantly asking to run it; for now wait another 2 weeks #51712
--- 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