More cPanel changes
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Thu, 5 Jan 2023 23:54:34 +0000 (15:54 -0800)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Thu, 5 Jan 2023 23:54:34 +0000 (15:54 -0800)
rc/client_scripts/cPanel
rc/sshconfig

index 6c9ed68..9721b09 100644 (file)
@@ -44,10 +44,16 @@ 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"
index 51e3acb..d973235 100644 (file)
@@ -1,11 +1,11 @@
 StrictHostKeyChecking no
 LogLevel ERROR
 
-Host mars earth home defaria.com sandboxu sandboxal
+Host sandbox sandboxu sandboxc7 mars earth home defaria.com
   ForwardX11 yes
   ForwardX11Trusted yes
-  
-Host jupiter cpanel github.com sandbox
+
+Host jupiter cpanel github.com
   ForwardX11 no
   ForwardX11Trusted no
 
@@ -16,30 +16,16 @@ Host cpanel
   User andrewdefaria
 
 Host home
-  HostName defaria.com
+  Hostname defaria.com
   User andrew
   IdentityFile         ~/.ssh/id_ecdsa
 
-Host sandbox
-  HostName 10.2.99.60
-
-Host sandboxu
-  HostName 10.2.98.185
-
-Host sandboxal
-  HostName sandboxal
-
-Host sandboxal2
-  HostName sandboxal2
-
 Host 10.2.* sandbox*
   ForwardAgent yes
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
   AddKeysToAgent yes
   IdentitiesOnly yes
-  ForwardX11 no
-  ForwardX11Trusted no
   User root
   IdentityFile         ~/.ssh/cpanelkey