[Commits] (bear) Updated win32 distribution script to call new
hardhatlib function
commits at osafoundation.org
commits at osafoundation.org
Mon Feb 7 18:58:20 PST 2005
Commit by: bear
Modified files:
chandler/__hardhat__.py 1.200 1.201
Log message:
Updated win32 distribution script to call new hardhatlib function
convertLineEndings
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/__hardhat__.py.diff?r1=text&tr1=1.200&r2=text&tr2=1.201
Index: chandler/__hardhat__.py
diff -u chandler/__hardhat__.py:1.200 chandler/__hardhat__.py:1.201
--- chandler/__hardhat__.py:1.200 Tue Feb 1 10:15:23 2005
+++ chandler/__hardhat__.py Mon Feb 7 18:58:19 2005
@@ -106,6 +106,7 @@
"manifest.debug.win"
hardhatlib.handleManifest(buildenv, manifestFile)
os.chdir(buildenv['root'])
+ hardhatlib.convertLineEndings(buildenv['distdir'])
compFile1 = hardhatlib.compressDirectory(buildenv, [distName],
distName)
@@ -169,6 +170,7 @@
manifestFile = "distrib" + os.sep + "win" + os.sep + "manifest.win"
hardhatlib.handleManifest(buildenv, manifestFile)
os.chdir(buildenv['root'])
+ hardhatlib.convertLineEndings(buildenv['distdir'])
compFile1 = hardhatlib.compressDirectory(buildenv, [distName],
distName)
More information about the Commits
mailing list