You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/13 21:57:34 UTC

svn commit: rev 36367 - in gump/trunk: . python/gump/core python/gump/integration

Author: ajack
Date: Fri Aug 13 12:57:34 2004
New Revision: 36367

Modified:
   gump/trunk/ARTIFACT_DISCLAIMER.html
   gump/trunk/python/gump/core/config.py
   gump/trunk/python/gump/integration/depot.py
Log:
Tweaks to match depot changes.

Modified: gump/trunk/ARTIFACT_DISCLAIMER.html
==============================================================================
--- gump/trunk/ARTIFACT_DISCLAIMER.html	(original)
+++ gump/trunk/ARTIFACT_DISCLAIMER.html	Fri Aug 13 12:57:34 2004
@@ -2,7 +2,7 @@
 
 <P>The artifacts in this directory are explicitly <B>NOT</B> supported by the Apache Sopftware Foundation. These artifacts are not trusted, since they are built by an untrusted build process. Do <B>NOT</B> use these artifacts for any purposes other than Gumping.</P>
 
-<P>This repository contains arbitrary code downloaded from third party sites and may include dangerous root kits, use at your own risk.</P>
+<P>This repository contains arbitrary code downloaded from third party sites and may include dangerous root kits, <B>use at your own risk</B>.</P>
 	
 <P>
 	For more information contact the <A HREF="http://gump.apache.org">Gump Team</A> at <A HREF="mailto:general@gump.apache.org">general@gump.apache.org</A></P>

Modified: gump/trunk/python/gump/core/config.py
==============================================================================
--- gump/trunk/python/gump/core/config.py	(original)
+++ gump/trunk/python/gump/core/config.py	Fri Aug 13 12:57:34 2004
@@ -54,7 +54,7 @@
 class setting:    
     """Configuration of hardcoded settings"""
     
-    VERSION='2.1.0-alpha-0002'
+    VERSION='2.1.0-alpha-0003'
     
     WS_VERSION="0.4"
     WS_MINIMUM_VERSION="0.3"

Modified: gump/trunk/python/gump/integration/depot.py
==============================================================================
--- gump/trunk/python/gump/integration/depot.py	(original)
+++ gump/trunk/python/gump/integration/depot.py	Fri Aug 13 12:57:34 2004
@@ -32,12 +32,10 @@
         return '${DEPOT_HOME|DEPOT_UPDATE_HOME}'
     
 def getDepotUpdatePath():
-    return os.path.join(
-            os.path.join(getDepotHome(),'bin'),
-            'update.py')
+    return os.path.join(getDepotHome(),'depot.py')
     
 def getDepotUpdateCmd():
-    return sys.executable+' '+getDepotUpdatePath()
+    return sys.executable+' '+getDepotUpdatePath()+' update'
     
     
 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org