removed extra noise in comments.
[feisty_meow.git] / examples / custom_overrides / fred / fred_variables.sh
index 8ec35cfb3d92761f8fa5c6e1d0b358487833e6b2..123804987abdb40d1ec9c281705018cdddfe681f 100644 (file)
@@ -7,6 +7,10 @@ if [ -z "$NETHACKOPTIONS" ]; then
   # The quartz directory has *really* personalized items.
   export QUARTZDIR=$HOME/quartz
 
+  # The cloud directory is our new repository that's always available.  It serves as our
+  # personal cloud for data.
+  export CLOUD_DIR=$HOME/cloud
+
   # The gruntose web site is expected to reside below, if it exists at all.
   export WEB_DIR=$HOME/web
   if [ "$(hostname)" = "zooty.koeritz.com" ]; then
@@ -16,7 +20,7 @@ if [ -z "$NETHACKOPTIONS" ]; then
   # add a bunch of folders to the list for checkin & checkout.  these are
   # definitely personal, and some of them are fairly dated (the yeti and
   # hoople folders, for example).
-  REPOSITORY_LIST+=" cloud hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/xsede_tests xsede/code/cak0l"
+  REPOSITORY_LIST+=" cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/xsede_tests xsede/code/cak0l xsede/docs"
 
   # point to our local certificate for ssh usage.
   export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"