1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] Remove XCS settings (XCS decommissioned)

This commit is contained in:
Hyacinthe Cartiaux 2020-05-08 17:22:58 +02:00
parent deb1e131ee
commit 050cef878e

View file

@ -165,19 +165,6 @@ export GPUPPET_USER=hcartiaux
export GPUPPET_SSH_CONFIG=$GPUPPET_PREFIX/ssh/config
alias cdgp='cd $GPUPPET_PREFIX/repo && source setup_env.sh && echo "==> Grid5000 Puppet 4 repository"'
# ----------------------------------------------------------------------
# GAIA specific (XCS Portal config)
# ----------------------------------------------------------------------
if [[ $DOMAIN == "gaia-cluster" ]]; then
# XF
source /XF/App/Scripts/xf_Globalenv.rc
export PATH=$PATH:/XF/Admin/Scripts
export XF_VNC_GEOMETRY="-geometry 1366x850"
export XF_VNC_QUALITY=80
#export XF_DEBUG=0
fi
# -------------------------------------------------------------------
# Ruby & RVM
# -------------------------------------------------------------------