[object Object]

← back to Homesonspec

build-loop: fully uncapped (DRH/Lennar -> $CAP=100000) + 1h sweeps / 40 max (Steve: download ALL homes)

74b6e7551246ae0f187f7fa133c5d46a61e38fd0 · 2026-07-28 13:13:30 -0700 · Steve Abrams

Files touched

Diff

commit 74b6e7551246ae0f187f7fa133c5d46a61e38fd0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 28 13:13:30 2026 -0700

    build-loop: fully uncapped (DRH/Lennar -> $CAP=100000) + 1h sweeps / 40 max (Steve: download ALL homes)
---
 scripts/build-loop.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/build-loop.sh b/scripts/build-loop.sh
index 9b08904a..6059b718 100644
--- a/scripts/build-loop.sh
+++ b/scripts/build-loop.sh
@@ -60,10 +60,10 @@ sweep_adapter() {
   for S in $states; do
     [ -f "$STOP" ] && break
     case "$kind" in
-      drh) DRHORTON_STATE="$(slug "$S")"  DRHORTON_PAGE_LIMIT=300  CLI dr-horton-site  | sed "s/^/  drh $S: /" ;;
+      drh) DRHORTON_STATE="$(slug "$S")"  DRHORTON_PAGE_LIMIT=$CAP  CLI dr-horton-site  | sed "s/^/  drh $S: /" ;;
       plt) PULTE_STATE="$(fullname "$S")" PULTE_PAGE_LIMIT=$CAP     CLI pultegroup-site | sed "s/^/  plt $S: /" ;;
       tri) TRIPOINTE_STATE="$(lc "$S")"   TRIPOINTE_PAGE_LIMIT=$CAP CLI tri-pointe-site | sed "s/^/  tri $S: /" ;;
-      len) LENNAR_STATE_FILTER="$(slug "$S")" LENNAR_PAGE_LIMIT=300 CLI lennar-site  | sed "s/^/  len $S: /" ;;
+      len) LENNAR_STATE_FILTER="$(slug "$S")" LENNAR_PAGE_LIMIT=$CAP CLI lennar-site  | sed "s/^/  len $S: /" ;;
       dw)  DAVIDWEEKLEY_STATE="$(lc "$S")" DAVIDWEEKLEY_PAGE_LIMIT=$CAP CLI david-weekley-site | sed "s/^/  dw  $S: /" ;;
       tm)  TAYLORMORRISON_STATE="$(lc "$S")" TAYLORMORRISON_PAGE_LIMIT=$CAP CLI taylor-morrison-site | sed "s/^/  tm  $S: /" ;;
     esac

← 15ce8717 admin/business: link data points to REAL homes — Real-home-l  ·  back to Homesonspec  ·  build-loop: add Discovery (Seeno-family single feed, run onc 9d820bfe →