[object Object]

← back to Dw Photo Capture

chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)

ea390e59c9c418faa74db0c95e4c69f7687bd181 · 2026-07-03 08:07:58 -0700 · Steve

Files touched

Diff

commit ea390e59c9c418faa74db0c95e4c69f7687bd181
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jul 3 08:07:58 2026 -0700

    chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
 build_sheet_grs.py                          | 2 +-
 launchd/com.steve.dwphoto-mfr-rebuild.plist | 8 ++++----
 launchd/com.steve.dwphoto-mfr-refresh.plist | 8 ++++----
 selfcheck-ui.cjs                            | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/build_sheet_grs.py b/build_sheet_grs.py
index 532de5c..9808b74 100644
--- a/build_sheet_grs.py
+++ b/build_sheet_grs.py
@@ -3,7 +3,7 @@
    so the photo app can create+go-live a not-yet-in-Shopify GRS SKU on first photo.
    Columns: B mfr(1) C cost(2) D pattern(3) I alt(8) J desc(9) K color(10) P width(15) Q length(16) R series(17) S js(18)"""
 import json,re,os,gspread
-SA="/Users/stevestudio2/Projects/secrets-manager/gmc-sa-146735262.json"
+SA="/Users/macstudio3/Projects/secrets-manager/gmc-sa-146735262.json"
 KEY="1trKNm-ymqlbs96XJfndDUz19mzH8A11ktaw2lfQ2VQo"
 OUT=os.path.join(os.path.dirname(__file__),"data","sheet_grs.json")
 # material from Jerry prices if available
diff --git a/launchd/com.steve.dwphoto-mfr-rebuild.plist b/launchd/com.steve.dwphoto-mfr-rebuild.plist
index 31f659d..4ebd4e3 100644
--- a/launchd/com.steve.dwphoto-mfr-rebuild.plist
+++ b/launchd/com.steve.dwphoto-mfr-rebuild.plist
@@ -7,15 +7,15 @@
   <key>ProgramArguments</key>
   <array>
     <string>/usr/bin/python3</string>
-    <string>/Users/stevestudio2/Projects/dw-photo-capture/build_mfr_index.py</string>
+    <string>/Users/macstudio3/Projects/dw-photo-capture/build_mfr_index.py</string>
   </array>
   <key>WorkingDirectory</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture</string>
   <key>StartCalendarInterval</key>
   <dict><key>Hour</key><integer>3</integer><key>Minute</key><integer>0</integer></dict>
   <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture/mfr-rebuild.log</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-rebuild.log</string>
   <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture/mfr-rebuild.log</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-rebuild.log</string>
 </dict>
 </plist>
diff --git a/launchd/com.steve.dwphoto-mfr-refresh.plist b/launchd/com.steve.dwphoto-mfr-refresh.plist
index 0b8ae00..c8091c8 100644
--- a/launchd/com.steve.dwphoto-mfr-refresh.plist
+++ b/launchd/com.steve.dwphoto-mfr-refresh.plist
@@ -7,10 +7,10 @@
   <key>ProgramArguments</key>
   <array>
     <string>/usr/bin/python3</string>
-    <string>/Users/stevestudio2/Projects/dw-photo-capture/refresh_mfr_index.py</string>
+    <string>/Users/macstudio3/Projects/dw-photo-capture/refresh_mfr_index.py</string>
   </array>
   <key>WorkingDirectory</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture</string>
   <key>StartCalendarInterval</key>
   <array>
     <dict><key>Hour</key><integer>8</integer><key>Minute</key><integer>0</integer></dict>
@@ -26,8 +26,8 @@
     <dict><key>Hour</key><integer>18</integer><key>Minute</key><integer>0</integer></dict>
   </array>
   <key>StandardOutPath</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture/mfr-refresh.log</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-refresh.log</string>
   <key>StandardErrorPath</key>
-  <string>/Users/stevestudio2/Projects/dw-photo-capture/mfr-refresh.log</string>
+  <string>/Users/macstudio3/Projects/dw-photo-capture/mfr-refresh.log</string>
 </dict>
 </plist>
diff --git a/selfcheck-ui.cjs b/selfcheck-ui.cjs
index 441787b..c3f32dd 100644
--- a/selfcheck-ui.cjs
+++ b/selfcheck-ui.cjs
@@ -1,4 +1,4 @@
-const { chromium } = require('/Users/stevestudio2/.npm-global/lib/node_modules/playwright/index.js');
+const { chromium } = require('/Users/macstudio3/.npm-global/lib/node_modules/playwright/index.js');
 const BASE='http://127.0.0.1:9890';
 (async()=>{
 const fails=[], errs=[], notes=[];

← 70f9dc0 auto-save: 2026-06-26T10:45:01 (2 files) — OVERNIGHT_LEDGER.  ·  back to Dw Photo Capture  ·  docs: expose photocapture publicly via Cloudflare Tunnel at 7bb6521 →