# HG changeset patch # User Dario Sestito # Date 1266573212 0 # Node ID 82b5ad2f2024bda549a5fb944a759864ecc12fcb # Parent e41ebdf49dd5ccb8f8a385d403b8675057c4577d By default take project and config from the web diff -r e41ebdf49dd5 -r 82b5ad2f2024 build_package.pl --- a/build_package.pl Thu Feb 18 17:50:35 2010 +0000 +++ b/build_package.pl Fri Feb 19 09:53:32 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 = "\\\\v800020\\mercurial_development\\oss\\FCL\\interim\\fbf\\projects\\packages"; +my $sFbfProjectRepo = "http://developer.symbian.org/oss/FCL/interim/fbf/projects/packages"; my $sFbfProjectDir = ''; my $sSubProject = ''; my $sSubprojVariant = ''; my $sSBSConfig = ''; #my $sSourcesFile = ''; #my $sModelFile = ''; -my $sFbfConfigRepo="\\\\v800020\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\default"; +my $sFbfConfigRepo="http://developer.symbian.org/oss/FCL/interim/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 \\\\v800020\\mercurial_internal\\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/FCL/interim/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 \\\\v800020\\mercurial_internal\\fbf\\config\\default)\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--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";