Changed location of pkgbuild config to take account of the new structure of the Mercurial repos
authordarios@symbian.org
Fri, 22 May 2009 16:54:57 +0100
changeset 14 0c4d71ffa649
parent 13 85202f272e4a
child 15 45ed0efeb8a4
Changed location of pkgbuild config to take account of the new structure of the Mercurial repos
build_package.pl
--- a/build_package.pl	Fri May 22 16:52:18 2009 +0100
+++ b/build_package.pl	Fri May 22 16:54:57 2009 +0100
@@ -7,7 +7,7 @@
 
 my $sBOOTSTRAP_DIR="D:\\Helium\\hlm-apps\\bootstrap";
 my $sJOB_BASE_DIR="D:\\fbf_project";
-my $sCONFIG_REPO="\\\\lon-engbuild87\\d\$\\mercurial_development\\epl\\interim\\fbf\\configs\\pkgbuild\\FCL_pkgbuild";
+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";