diff -r 45ed0efeb8a4 -r e1b9f78cef38 build_package.pl --- a/build_package.pl Thu May 28 15:03:22 2009 +0100 +++ b/build_package.pl Fri May 29 16:03:16 2009 +0100 @@ -18,23 +18,26 @@ use Getopt::Long; use File::Path; -my $sBOOTSTRAP_DIR="D:\\Helium\\hlm-apps\\bootstrap"; +my $sBOOTSTRAP_DIR="C:\\Apps\\FBF\\bootstrap"; my $sJOB_BASE_DIR="D:\\fbf_project"; -my $sCONFIG_REPO="\\\\lon-engbuild87\\d\$\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\pkgbuild"; my $nMAX_JOBDIR_AGE_SECONDS = 86400; # max number of seconds after which the letter is forcibly released my $nLOCK_FILE_MAX_ATTEMPTS = 5; -my $sNUMBERS_FILE="\\\\sym-build01\\f\$\\numbers.txt"; +#my $sNUMBERS_FILE="\\\\sym-build01\\f\$\\numbers.txt"; +my $sNUMBERS_FILE="d:\\numbers.txt"; my $sLETTERS_FILE="D:\\letters.txt"; my $nMAX_LETTER_AGE_SECONDS = 86400; # max number of seconds after which the letter is forcibly released -my $sProjectRepo = ''; +my $sFbfProjectRepo = ''; +my $sFbfProjectDir = ''; +my $sFbfConfigRepo="\\\\lon-engbuild87\\d\$\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\pkgbuild"; +my $sFbfConfigDir = ''; my $sJobLabel = ''; my $nCmdLineNumber; -GetOptions(('label:s' => \$sJobLabel, 'project:s' => \$sProjectRepo, 'number:s' => \$nCmdLineNumber)); +GetOptions(('label:s' => \$sJobLabel, 'configrepo:s' => \$sFbfConfigRepo, 'configdir:s' => \$sFbfConfigDir, 'projectrepo:s' => \$sFbfProjectRepo, 'projectdir:s' => \$sFbfProjectDir, 'number:s' => \$nCmdLineNumber)); -if (!$sJobLabel or !$sProjectRepo) +if (!$sJobLabel or !$sFbfProjectRepo) { - print "Usage: build_package.pl --label=