X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Fconfig%2Fdefault.app;h=a7b9e90982241e8b1433fb38c6d3d29ae35e7f95;hb=fa564b855635d564db3b45a813e8900b095b876a;hp=2514ddf5fe28302195f6c4d5985fa4470881f2a9;hpb=a5d77db4a9c1e15ef835977abe1a5f71fc93c7fd;p=feisty_meow.git diff --git a/scripts/site_avenger/config/default.app b/scripts/site_avenger/config/default.app index 2514ddf5..a7b9e909 100644 --- a/scripts/site_avenger/config/default.app +++ b/scripts/site_avenger/config/default.app @@ -1,6 +1,11 @@ #!/bin/bash -# this config file provides the default values for the variables used in our site management scripts. +# provides the default values for the variables used in our site management scripts. + +# config files for site avenger apps usually override nothing, since we +# auto-construct the app name and domain. +# if they do need to override anything, they can just specify replacement +# values for the variables in this file. #### @@ -12,15 +17,6 @@ export CHECKOUT_DIR_NAME="avenger5" #### -# config files for site avenger apps usually override nothing, since we -# auto-construct the app name and domain. but if they do need to override -# anything, it will be below this point in the file. -# the derived config file should include the basic configs like so: -# -# source "$WORKDIR/config/default.app" - -#### - # deployment information for the application / site. export APPLICATION_NAME="${app_dirname}" @@ -32,11 +28,11 @@ export DOMAIN_NAME="${app_dirname}.vm" echo domain name was computed as $DOMAIN_NAME -export REPO_NAME="${app_dirname}.git" +export REPO_NAME="${app_dirname}" echo repo name was computed as $REPO_NAME -export THEME_NAME="$(capitalize_first_char "${app_dirname}.git")" +export THEME_NAME="$(capitalize_first_char "${app_dirname}")" echo theme name was computed as $THEME_NAME