Revision: 865
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=865&view=rev
Author: mithro
Date: 2009-01-29 11:21:49 +0000 (Thu, 29 Jan 2009)
Log Message:
-----------
Rework the build-service module name.
Modified Paths:
--------------
trunk/python-ogre/BuildModule.py
Modified: trunk/python-ogre/BuildModule.py
===================================================================
--- trunk/python-ogre/BuildModule.py 2009-01-29 10:33:22 UTC (rev 864)
+++ trunk/python-ogre/BuildModule.py 2009-01-29 11:21:49 UTC (rev 865)
@@ -218,7 +218,7 @@
logger.warning("Was not able to build package")
logger.info("Package successfully built!")
-BUILDSERVICE_MODULE = "home:mithro:python-ogre-build"
+BUILDSERVICE_MODULE = "home:mithro:python-ogre"
def buildService ( module, install = False ):
""" Create a debian package for the module
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|