Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.2 KiB

  1. ; ReleaseServers::<archtype>
  2. ;
  3. ; Purpose: The ReleaseServers field is used to determine what machines to
  4. ; propagate builds to through release.pl. The <archtype> may be any
  5. ; valid architecture and debug type. If no field is given for a given
  6. ; archtype, no builds are propagated for that build type.
  7. ;
  8. ; Example: ReleaseServers::IA64FRE=2kbldx1 2kbldx3 ntrelic2 2kbldx8
  9. ;
  10. ReleaseServers::X86FRE=ntarchive1 ntburnlab08
  11. ReleaseServers::X86CHK=ntarchive1 ntburnlab08
  12. ReleaseServers::IA64FRE=ntarchive1 ntburnlab08
  13. ReleaseServers::IA64CHK=ntarchive1 ntburnlab08
  14. ;
  15. ;
  16. ; ConglomerationServers
  17. ;
  18. ; Purpose: Both the DDK and Symbols CDs require a conglomeration to a single
  19. ; machine from all four archtypes. This field will determine what
  20. ; machines are to be used in this way. If the field is not defined,
  21. ; the first machine for the current branch from BuildMachines.txt
  22. ; is used.
  23. ;
  24. ; Example: ConglomerationServers=2kbldx8 ntburnlab08
  25. ;
  26. ConglomerationServers=ntarchive1 ntburnlab08
  27. ;
  28. ;
  29. ; BootTestMachines::<archtype>::<sku>
  30. ;
  31. ; Purpose: The machines listed in these fields will be used as boot test
  32. ; machines during the postbuild process. The machines must have
  33. ; specific settings for safe builds and startup items -- see
  34. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  35. ; must be the name of the safe build. If no field is specified for a
  36. ; given archtype and sku, no boot test is run.
  37. ;
  38. ; Example: BootTestMachines::X86FRE::per
  39. ;
  40. BootTestMachines::X86FRE::pro=x86boot1safe
  41. BootTestMachines::X86CHK::pro=x86boot2safe
  42. BootTestMachines::IA64FRE::pro=ia64boot1safe
  43. BootTestMachines::IA64CHK::pro=ia64boot2safe
  44. ;
  45. ;
  46. ; BuildMachines::<archtype>
  47. ;
  48. ; Purpose: Deletebuild needs to know what the build machines are.
  49. ;
  50. ; Example: BuildsMachines::IA64FRE=IA64FREBLD
  51. ;
  52. BuildMachines::X86FRE=BLD_WQXF1
  53. BuildMachines::X86CHK=BLD_WQXC1
  54. BuildMachines::IA64FRE=BLD_WQIF1
  55. BuildMachines::IA64CHK=BLD_WQIC1
  56. ;
  57. ;
  58. ;
  59. ; DFSAlternateBranchName
  60. ;
  61. ; Purpose: Specifies the location off of DFSRootName for DFS links. If this
  62. ; field is not specified, the branch name is used.
  63. ;
  64. ; Example: DFSAlternateBranchName=client
  65. ;
  66. ;