]> feistymeow.org Git - feisty_meow.git/commitdiff
hopefully this is more right now...
authorFred T. Hamster <fred@feistymeow.org>
Fri, 13 Feb 2026 14:31:37 +0000 (09:31 -0500)
committerFred T. Hamster <fred@feistymeow.org>
Fri, 13 Feb 2026 14:31:37 +0000 (09:31 -0500)
needed to have the web user able to checkout the web sites, yo.

scripts/customize/fred/fred_variables.sh
scripts/customize/www-data/web_variables.sh

index f601605cce521444388939a3054800a64327b3ba..490f9583f4e51e009c4c95179a9ac7e4bd38cf94 100644 (file)
@@ -15,9 +15,12 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
   # logged historical file where we append our latest report.
   define_yeti_variable FRED_HAMSTER_OVERLOAD_REPORT_FILE="$CLOUD_BASE/stats/overload_history.txt"
 
+  # The gruntose web site and others are expected to reside below, if any sites exist at all.
+  define_yeti_variable WEBBED_SITES="$FEISTY_MEOW_PERSONAL_HOME/web"
+
   # add a bunch of personal folders to the list for checkin & checkout.
-  fred_addins=" $CLOUD_BASE \
-    $FEISTY_MEOW_PERSONAL_HOME/web"
+  fred_addins="$CLOUD_BASE \
+    $WEBBED_SITES "
   REPOSITORY_LIST_TO_PULL+="$fred_addins "
   # for fred, we add in a commit of feisty_meow code.  this is not something
   # everyone can do, thus not everyone should use fred's config.
index 0353f3fe751084a1a7d31364b60124b080b408d9..b865d9c5c4bc0cc0a4462afce2c5162ba66d600f 100644 (file)
@@ -6,9 +6,12 @@ if [ -z "$USER_CUSTOMIZATIONS_LOADED" ]; then
   # if we don't see the customizations variable defined, this probably hasn't run yet.
 
   ##############
+  # The gruntose web site is expected to reside below, if it exists at all.
+  export WEBBED_SITES="$FEISTY_MEOW_PERSONAL_HOME/web"
 
-  REPOSITORY_LIST_TO_PULL+="$FEISTY_MEOW_PERSONAL_HOME/web "
-  REPOSITORY_LIST_TO_COMMIT+="$FEISTY_MEOW_PERSONAL_HOME/web "
+  REPOSITORY_LIST_TO_PULL+="$WEBBED_SITES"
+  REPOSITORY_LIST_TO_COMMIT+="$WEBBED_SITES"
 
   ##############