- Revision
- 15936
- Author
- bear
- Date
- 2007-11-28 12:31:36 -0800 (Wed, 28 Nov 2007)
Log Message
Needed to change how the manifest file is located since
the OS X distribution name changed.
the OS X distribution name changed.
Modified Paths
Diff
Modified: trunk/chandler/tools/distribute.py (15935 => 15936)
--- trunk/chandler/tools/distribute.py 2007-11-28 20:13:51 UTC (rev 15935) +++ trunk/chandler/tools/distribute.py 2007-11-28 20:31:36 UTC (rev 15936) @@ -176,13 +176,9 @@ return 'Chandler_%s_%s%s' % (options.platformID, modeStr, options.version_info['version']) def buildDistributionImage(mode, options): - if options.platformID == 'iosx': + if 'osx' in options.platformID: p = 'osx' - - if options.platformSubID == 'leopard': - s = options.platformSubID - else: - s = p + s = options.platformID else: if options.platformID == 'linux': p = 'linux'
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
