X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=e128f71513f88325dc780804b2a43fbe47d0ac54;hb=072156e50aea5cff0c813a9b61f38877311e39c8;hp=3690e0e5faf0d1faf16ce7cdadb65bc6cd9d7f28;hpb=42be4413b102e6b6d99e6210d15ca3c30206c642;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index 3690e0e5..e128f715 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -15,8 +15,9 @@ export BASE_APPLICATION_PATH="$HOME/apps" # where the code should come from. export DEFAULT_REPOSITORY_ROOT="git@github.com:kwentworth" -# we checkout the git repository to a directory underneath the -# app storage directory named this: +# we checkout the git repository to a directory underneath the app storage +# directory named this (see below for "this"), if that directory name is found. +# this is a saco designs infrastructure standard. export CHECKOUT_DIR_NAME="avenger5" # the subfolder that the web browser will look for the site in, # underneath the application's specific path. @@ -43,20 +44,20 @@ export DISTRO="ubuntu" export APPLICATION_NAME="${app_dirname}" -echo app name was computed as $APPLICATION_NAME >> "$SSM_LOG_FILE" +echo "$(date_stringer): app name was computed as $APPLICATION_NAME" >> "$SSM_LOG_FILE" # change this if the site is on the "real" internet. export DOMAIN_NAME="${app_dirname}.vm" -echo domain name was computed as $DOMAIN_NAME >> "$SSM_LOG_FILE" +echo "$(date_stringer): domain name was computed as $DOMAIN_NAME" >> "$SSM_LOG_FILE" export REPO_NAME="${app_dirname}" -echo repo name was computed as $REPO_NAME >> "$SSM_LOG_FILE" +echo "$(date_stringer): repo name was computed as $REPO_NAME" >> "$SSM_LOG_FILE" export THEME_NAME="$(capitalize_first_char "${app_dirname}")" -echo theme name was computed as $THEME_NAME >> "$SSM_LOG_FILE" +echo "$(date_stringer): theme name was computed as $THEME_NAME" >> "$SSM_LOG_FILE" ####