From 4bb71db84609630794c3a9e365d2a9942f57e204 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 24 Apr 2025 08:58:57 -0700 Subject: [PATCH] Move gyb to buildscripts. Delete Vendor folder. --- {Vendor => buildscripts}/gyb | 0 {Vendor => buildscripts}/gyb.py | 0 buildscripts/updateSecrets.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {Vendor => buildscripts}/gyb (100%) rename {Vendor => buildscripts}/gyb.py (100%) diff --git a/Vendor/gyb b/buildscripts/gyb similarity index 100% rename from Vendor/gyb rename to buildscripts/gyb diff --git a/Vendor/gyb.py b/buildscripts/gyb.py similarity index 100% rename from Vendor/gyb.py rename to buildscripts/gyb.py diff --git a/buildscripts/updateSecrets.sh b/buildscripts/updateSecrets.sh index 625c7f49b..51a8eb1b0 100755 --- a/buildscripts/updateSecrets.sh +++ b/buildscripts/updateSecrets.sh @@ -3,5 +3,5 @@ find "${PROJECT_DIR}" -name '*.gyb' | while read file; do echo "Generating ${file%.gyb}"; - "${PROJECT_DIR}/Vendor/gyb" --line-directive '' -o "${file%.gyb}" "$file"; + "${PROJECT_DIR}/buildscripts/gyb" --line-directive '' -o "${file%.gyb}" "$file"; done \ No newline at end of file