[Commits] (heikki) Remove the -qn -z3 combination in case it causes
problems with some cvs versions.
commits at osafoundation.org
commits at osafoundation.org
Wed Sep 1 17:29:23 PDT 2004
Commit by: heikki
Modified files:
hardhat/buildscripts/fullchandler.py 1.8 1.9
Log message:
Remove the -qn -z3 combination in case it causes problems with some cvs versions.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/hardhat/buildscripts/fullchandler.py.diff?r1=text&tr1=1.8&r2=text&tr2=1.9
Index: hardhat/buildscripts/fullchandler.py
diff -u hardhat/buildscripts/fullchandler.py:1.8 hardhat/buildscripts/fullchandler.py:1.9
--- hardhat/buildscripts/fullchandler.py:1.8 Wed Sep 1 14:21:25 2004
+++ hardhat/buildscripts/fullchandler.py Wed Sep 1 17:29:22 2004
@@ -220,7 +220,7 @@
print "seeing if we need to update", module
log.write("Seeing if we need to update " + module + "\n")
outputList = hardhatutil.executeCommandReturnOutputRetry(
- [cvsProgram, "-qn -z3", "update", "-d", cvsVintage, module])
+ [cvsProgram, "-qn", "update", "-d", cvsVintage, module])
# hardhatutil.dumpOutputList(outputList, log)
if NeedsUpdate(outputList):
changesDict[module] = True
More information about the Commits
mailing list