# HG changeset patch # User Dario Sestito # Date 1269616004 0 # Node ID 457adde87bbdf6cdfb88cce01b2c7fd3b57ea4f0 # Parent 50ab3bef1c6afadfe1b3a06cc67ee039933656ef Change URLs to fbf repo to match new locations under sftools diff -r 50ab3bef1c6a -r 457adde87bbd build_package.pl --- a/build_package.pl Tue Mar 09 13:05:26 2010 +0000 +++ b/build_package.pl Fri Mar 26 15:06:44 2010 +0000 @@ -26,14 +26,14 @@ my $sLETTERS_FILE="letters.txt"; my $nMAX_LETTER_AGE_SECONDS = 86400; # max number of seconds after which the letter is forcibly released -my $sFbfProjectRepo = "http://developer.symbian.org/oss/FCL/interim/fbf/projects/packages"; +my $sFbfProjectRepo = "http://developer.symbian.org/oss/MCL/sftools/fbf/projects/packages"; my $sFbfProjectDir = ''; my $sSubProject = ''; my $sSubprojVariant = ''; my $sSBSConfig = ''; #my $sSourcesFile = ''; #my $sModelFile = ''; -my $sFbfConfigRepo="http://developer.symbian.org/oss/FCL/interim/fbf/configs/default"; +my $sFbfConfigRepo="http://developer.symbian.org/oss/MCL/sftools/fbf/configs/default"; my $sFbfConfigDir = ''; my $nCmdLineNumber; my $sDiamondsTag = ''; @@ -69,11 +69,11 @@ print "\t--subproj=RELPATH Select subproject located at RELPATH (relative to the root of the project repository)\n"; print "\t--variant=VARIANT If specified use sources_VARIANT.csv instead of sources.csv and add \"VARIANT\" as tag for this build\n"; print "\t--sbsconfig=CONFIG Pass on CONFIG as configuration to SBS (can also be a comma separated list, e.g. 'armv5,winscw')\n"; - print "\t--projectrepo=REPO[#REV] Use repository REPO at revision REV for the project (instead of http://developer.symbian.org/oss/FCL/interim/fbf/projects/packages)\n"; + print "\t--projectrepo=REPO[#REV] Use repository REPO at revision REV for the project (instead of http://developer.symbian.org/oss/MCL/sftools/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 http://developer.symbian.org/oss/FCL/interim/fbf/configs/default)\n"; + print "\t--configrepo=REPO[#REV] Use repository REPO at revision REV for the config (instead of http://developer.symbian.org/oss/MCL/sftools/fbf/configs/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";