diff -r 16acd1d8d322 -r e41ebdf49dd5 build_platform.pl --- a/build_platform.pl Thu Jan 28 13:28:00 2010 +0000 +++ b/build_platform.pl Thu Feb 18 17:50:35 2010 +0000 @@ -26,12 +26,12 @@ my $sLETTERS_FILE="letters.txt"; my $nMAX_LETTER_AGE_SECONDS = 86400; # max number of seconds after which the letter is forcibly released -my $sFbfProjectRepo = "\\\\bishare\\mercurial_development\\oss\\FCL\\interim\\fbf\\projects\\platforms"; +my $sFbfProjectRepo = "\\\\v800020\\mercurial_development\\oss\\FCL\\interim\\fbf\\projects\\platforms"; my $sFbfProjectDir = ''; my $sSubProject = ''; #my $sSourcesFile = ''; #my $sModelFile = ''; -my $sFbfConfigRepo="\\\\bishare\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\default"; +my $sFbfConfigRepo="\\\\v800020\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\default"; my $sFbfConfigDir = ''; my $nCmdLineNumber; my $sDiamondsTag = ''; @@ -61,11 +61,11 @@ print " build_platform.pl --projectrepo=REPO [OPTIONS]\n"; print "where OPTIONS are:\n"; print "\t--subproj=RELPATH Select subproject located at RELPATH (relative to the root of the project repository)\n"; - print "\t--projectrepo=REPO[#REV] Use repository REPO at revision REV for the project (instead of \\\\bishare\\mercurial_internal\\fbf\\projects\\packages)\n"; + print "\t--projectrepo=REPO[#REV] Use repository REPO at revision REV for the project (instead of \\\\v800020\\mercurial_internal\\fbf\\projects\\packages)\n"; print "\t--projectdir=DIR Use DIR location for the project (exclusive with --projectrepo).\n"; #print "\t--sources=FILE ...\n"; #print "\t--model=FILE ...\n"; - print "\t--configrepo=REPO[#REV] Use repository REPO at revision REV for the config (instead of \\\\bishare\\mercurial_internal\\fbf\\config\\default)\n"; + print "\t--configrepo=REPO[#REV] Use repository REPO at revision REV for the config (instead of \\\\v800020\\mercurial_internal\\fbf\\config\\default)\n"; print "\t--configdir=DIR Use DIR location for the config (exclusive with --configrepo).\n"; print "\t--number=N Force build number to N\n"; print "\t--tag=TAG Apply Diamonds tag TAG to this build\n";