X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclient_scripts%2FcPanel;h=de95ebd3a109df3c9ae60443aa12bd91371713c6;hb=HEAD;hp=6c9ed6863517de5b985d5a53e208b99d7adb6718;hpb=e8cee6beef75aab158bdd7c3a54682c9969c8fa1;p=clearscm.git diff --git a/rc/client_scripts/cPanel b/rc/client_scripts/cPanel index 6c9ed68..de95ebd 100644 --- a/rc/client_scripts/cPanel +++ b/rc/client_scripts/cPanel @@ -38,16 +38,22 @@ fi # Intended to be used for root WIZARD="CPanel" -export CDPATH=/usr/local +#export CDPATH=/usr/local export ulc=/usr/local/cpanel export ulp=/usr/local/cp-monitoring-cpanel-plugin export ulw=/usr/local/cp-monitoring-whm-plugin export ulb=/usr/local/cp-banners-plugin export CPANEL_TEAM='release' +# NOTE: To trim down the amount of time for make sandbox, you may define +# the environment variable SANDBOX_LOCALES which is a space separated list +# of locales to build. You can add the following to your .bash_profile to +# only build English and Spanish. +#export SANDBOX_LOCALES=en # EA Tools -export EATOOLS_BUILD_DIR=~/git/ea-tools/SOURCES/ -export EATOOLS_BIN_DIR=~/git/ea-tools/SOURCES/ +export EATOOLS_BUILD_DIR=/usr/local/ea-tools/SOURCES/ +export EATOOLS_BIN_DIR=/usr/local/ea-tools/SOURCES/ +export OBS_USERNAME=A.defaria #alias ulc="cd /usr/local/cpanel" alias perl="$ulc/3rdparty/bin/perl"