Added global git pull rebase setting
[clearscm.git] / rc / system
index e92c7f1..a43a36a 100644 (file)
--- a/rc/system
+++ b/rc/system
@@ -2,7 +2,7 @@
 ################################################################################
 #
 # File:         $RCSfile: system,v $
-# Revision:    $Revision: 1.6 $
+# Revision:     $Revision: 1.6 $
 # Description:  System specific settings
 # Author:       Andrew@DeFaria.com
 # Created:      Mon Aug 20 17:35:01  2001
@@ -23,7 +23,24 @@ SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1}   | t
 
 # Aliasing
 case "$SYSNAME" in
-  Ande-4848)
-    SYSNAME="ADeFaria"
+  Az25jzhxkb2d)
+    SYSNAME="Venus"
     ;;
+
+  Cdvra99a0983)
+    SYSNAME="Dev"
+    ;;
+
+  Cuvra99a0983)
+    SYSNAME="UAT"
+    ;;
+
+  Crvra99a0983)
+    SYSNAME="BCP"
+    ;;
+
+  Cpvra99a0983)
+    SYSNAME="Production"
+    ;;
+
 esac