took out an unneeded item in repository list.
authorChris Koeritz <fred@gruntose.com>
Sun, 5 May 2013 05:24:38 +0000 (01:24 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 5 May 2013 05:24:38 +0000 (01:24 -0400)
customizing/fred/fred_variables.sh

index 88271cf7668b39decd6e7b9a597a7d028f7ed725..137fdf3dd00840486f1b755ec8e7c9b328f5d64e 100644 (file)
@@ -20,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 ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/docs xsede/secrets xsede/xsede_tests xsede/code/libraries xsede/code/fred "
+  REPOSITORY_LIST+="cloud ebooks hoople hoople1 hoople2 inova_codebase quartz web yeti xsede/docs xsede/secrets xsede/xsede_tests xsede/code/fred "
 
   # point to our local certificate for ssh usage.
   export SVN_SSH="ssh -i $HOME/.ssh/id_dsa_sourceforge"