- Revision
- 11146
- Author
- heikki
- Date
- 2006-07-13 14:15:10 -0700 (Thu, 13 Jul 2006)
Log Message
Add pruning for Intel Mac staging area.
Modified Paths
Diff
Modified: trunk/hardhat/prunestaging.py (11145 => 11146)
--- trunk/hardhat/prunestaging.py 2006-07-13 21:04:34 UTC (rev 11145) +++ trunk/hardhat/prunestaging.py 2006-07-13 21:15:10 UTC (rev 11146) @@ -24,7 +24,7 @@ # We assume directory structure as follows: # # + absolute start directory -# + (linux | macosx | windows) +# + (linux | macosx | windows | maciosx) # + YYYYMMDDHHMMSS # # We delete all YYYYMMDDHHMMSS directories that don't match our policy. @@ -36,7 +36,7 @@ toAddr = 'builder-admin' defaultDomain = 'osafoundation.org' startDir = '/home/builder/www/docs/external/staging' -tboxDirGlob = ['windows', 'macosx', 'linux'] +tboxDirGlob = ['windows', 'macosx', 'linux', 'maciosx'] import datetime, time, smtplib, os, glob
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
