Revision: 1045 http://trac.macosforge.org/projects/darwinbuild/changeset/1045 Author: wsiegrist@apple.com Date: 2012-08-30 16:54:13 -0700 (Thu, 30 Aug 2012) Log Message: ----------- Add metadata to 12A269 plist needed to fetch sources and roots. Modified Paths: -------------- trunk/plists/12A269.plist Modified: trunk/plists/12A269.plist =================================================================== --- trunk/plists/12A269.plist 2012-08-29 19:01:51 UTC (rev 1044) +++ trunk/plists/12A269.plist 2012-08-30 23:54:13 UTC (rev 1045) @@ -2,10 +2,43 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>binary_sites</key> + <array> + <string>http://src.macosforge.org/Roots/12A269/</string> + </array> <key>build</key> <string>12A269</string> <key>darwin</key> <string>Darwin 12.0</string> + <key>environment</key> + <dict> + <key>MACOSX_DEPLOYMENT_TARGET</key> + <string>10.8</string> + <key>NEXT_ROOT</key> + <string></string> + <key>RC_ARCHS</key> + <string>i386 x86_64</string> + <key>RC_JASPER</key> + <string>YES</string> + <key>RC_NONARCH_CFLAGS</key> + <string>-pipe</string> + <key>RC_OS</key> + <string>macos</string> + <key>INSTALLED_PRODUCT_ASIDES</key> + <string>YES</string> + <key>RC_PRIVATE</key> + <string>/private</string> + <key>RC_RELEASE</key> + <string>MountainLion</string> + <key>RC_XBS</key> + <string>YES</string> + <key>SEPARATE_STRIP</key> + <string>YES</string> + <key>UNAME_RELEASE</key> + <string>12.0</string> + <key>UNAME_SYSNAME</key> + <string>Darwin</string> + </dict> <key>macosx</key> <string>Mac OS X 10.8</string> <key>projects</key> @@ -1429,5 +1462,11 @@ <string>55</string> </dict> </dict> + <key>source_sites</key> + <array> + <string>http://src.macosforge.org/Projects/</string> + <string>http://src.macosforge.org/Patches/</string> + </array> </dict> </plist> +
participants (1)
-
source_changes@macosforge.org