# HG changeset patch # User darios@symbian.org # Date 1243609396 -3600 # Node ID e1b9f78cef38bdf22fc1afdd02cdba8ac00a9e91 # Parent 45ed0efeb8a4a0a4f34e7ced878d4114045eab73 Project spec and config to be taken from a dir instead of from a repo diff -r 45ed0efeb8a4 -r e1b9f78cef38 bootstrap.xml --- a/bootstrap.xml Thu May 28 15:03:22 2009 +0100 +++ b/bootstrap.xml Fri May 29 16:03:16 2009 +0100 @@ -35,29 +35,51 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + 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=