Leaked source code of windows server 2003
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.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
autoploc.cmd commiting as it is 4 years ago
build_number.cmd commiting as it is 4 years ago
copytokens.cmd commiting as it is 4 years ago
createtokens.cmd commiting as it is 4 years ago
lab04_n.ploc.cmd commiting as it is 4 years ago
nocopy.txt commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
scriptwrap.bat commiting as it is 4 years ago
scriptwrap1.bat commiting as it is 4 years ago
startbuilds.bat commiting as it is 4 years ago

readme.txt

How to make a pseudoloc build - psu or mir


The build machines are \\bld_wpxf1 and \\bld_wpxc1.
You can use either for any build - just be sure to use the right razzle.

In the majority of cases, we use \\bld_wpxf1 for PSU and \\bld_wpxc1 for MIR.


run from %sdxroot%\tools\ploc\run

AutoPloc -p:BuildPath -w:tst or idw or ids -l:psu or mir -nosync -nocopy -c:codepage

Following flags are optional:
----------------------------
-w: specifies the quality of the build to localize
-c: specifies the codepage for a particular psu language, if none is
specified then codepage 1250 is grabbed from the ini file for psu builds
-nosync skips sync'ing of tools, publics, and plocpath
-nocopy skips copying the build over from specified path, instead picks up binaries
from _NTPOSTBLD path

ie: autoploc -p:\\ntdev\release\main\usa\2499\x86fre\bin -w:tst -l:mir



To take a fix in a psu or mir build

run movelatest -l: mir or psu

put fix in %_NTPOSTBLD%....

run postbuild -l:psu or mir



To raise a psu or mir build to TST

On the release server \\plocrel1 run from %RazzleToolPath%\postbuildscripts


perl raiseall.pl -n:<buildnumber> -a:<x86 or ia64> -t:<fre or chk> -l:<mir or psu> -q:tst


To raise MUI for psu or mir builds

On the release server \\intblds10 run from %RazzleToolPath%\postbuildscripts
In the case where \\intblds10 is down use \\intblds11 to raise MUI shares.


perl raiseall.pl -n:<buildnumber> -a:<x86 or ia64> -t:<fre or chk> -l:<mir or psu> -q:tst


That's it,

love

Jim