ajack 2004/05/19 15:26:55
Modified: python/gump/update Tag: MultiRunner updater.py
template/forrest/content/xdocs Tag: MultiRunner site.xml
python/gump/build Tag: MultiRunner builder.py
Log:
Set template appropriately.
Revision Changes Path
No revision
No revision
1.1.2.7 +0 -6 gump/python/gump/update/Attic/updater.py
Index: updater.py
===================================================================
RCS file: /home/cvs/gump/python/gump/update/Attic/updater.py,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- updater.py 19 May 2004 20:48:34 -0000 1.1.2.6
+++ updater.py 19 May 2004 22:26:54 -0000 1.1.2.7
@@ -101,14 +101,8 @@
log.debug("Workspace CVS|SVN|Jars Directory: " +
workspace.getSourceControlStagingDirectory())
- #log.debug('Modules to update:')
-
- moduleCount=len(list)
- moduleNo=0
# Update all the modules that have CVS repositories
for module in list:
- moduleNo+=1
- module.setPosition(moduleNo)
self.updateModule(module)
def updateModule(self,module):
No revision
No revision
1.3.2.3 +3 -2 gump/template/forrest/content/xdocs/site.xml
Index: site.xml
===================================================================
RCS file: /home/cvs/gump/template/forrest/content/xdocs/site.xml,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -r1.3.2.2 -r1.3.2.3
--- site.xml 17 May 2004 21:41:22 -0000 1.3.2.2
+++ site.xml 19 May 2004 22:26:55 -0000 1.3.2.3
@@ -9,9 +9,10 @@
tab="home">
<work label="Gump">
- <index label="Workspace" href="index.html"/>
- <index label="Environment" href="environment.html"/>
+ <index label="Run" href="index.html"/>
<index label="Run Options" href="options.html"/>
+ <index label="Environment" href="environment.html"/>
+ <index label="Workspace" href="workspace.html"/>
<index label="Build Log" href="buildLog.html"/>
<index label="Notes Log" href="notesLog.html"/>
<index label="Diffs Log" href="diffsLog.html"/>
No revision
No revision
1.1.2.7 +0 -7 gump/python/gump/build/Attic/builder.py
Index: builder.py
===================================================================
RCS file: /home/cvs/gump/python/gump/build/Attic/builder.py,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -r1.1.2.6 -r1.1.2.7
--- builder.py 19 May 2004 21:14:19 -0000 1.1.2.6
+++ builder.py 19 May 2004 22:26:55 -0000 1.1.2.7
@@ -120,14 +120,7 @@
# build all projects this project depends upon, then the project itself
- projectCount=len(list)
- projectNo=0
for project in list:
-
- projectNo+=1
- project.setPosition(projectNo)
-
- # Invoke...
self.buildProject(project)
def buildProject(self,project):
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]