From d6775acfcf40fd3b3b19f836af2154f122b472ba Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 8 Oct 2017 20:11:46 -0400 Subject: [PATCH] cleanups to make system-wide install work makes it so that the checkin commands operate as usual, even when feisty_meow is not located under one's home folder. also a new script for managing web permissions on our cake lamp vm we're building. --- scripts/core/variables.sh | 2 +- scripts/customize/fred/{ => scripts}/revamp_web_permissions.sh | 0 scripts/rev_control/checkin.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/customize/fred/{ => scripts}/revamp_web_permissions.sh (100%) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index b3119ae5..86cfe17b 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -207,7 +207,7 @@ if [ -z "$CORE_VARIABLES_LOADED" ]; then # names can be added in your customized scripts. the space at the end of # this variable is important and allows users to extend the list like: # define_yeti_variable REPOSITORY_DIR+="muppets configs" - define_yeti_variable REPOSITORY_LIST="feisty_meow " + define_yeti_variable REPOSITORY_LIST="$(basename $FEISTY_MEOW_APEX) " # initializes the feisty meow build variables, if possible. function initialize_build_variables() diff --git a/scripts/customize/fred/revamp_web_permissions.sh b/scripts/customize/fred/scripts/revamp_web_permissions.sh similarity index 100% rename from scripts/customize/fred/revamp_web_permissions.sh rename to scripts/customize/fred/scripts/revamp_web_permissions.sh diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 76e0c7f0..0631e230 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -11,7 +11,7 @@ echo "committing repositories at: $(date)" if [ "$OS" != "Windows_NT" ]; then # first get individual folders. - checkin_list $HOME /usr/local + checkin_list $HOME $(dirname $FEISTY_MEOW_APEX) else checkin_list $HOME c:/ d:/ e:/ fi -- 2.34.1