Location of package build config to fbf/config/default
authorDario Sestito <darios@symbian.org>
Mon, 05 Oct 2009 13:42:08 +0100
changeset 48 5e2200d13067
parent 47 4379a1e558cd
child 49 07eb981b2b45
Location of package build config to fbf/config/default
build_package.pl
--- a/build_package.pl	Wed Aug 19 12:01:21 2009 +0100
+++ b/build_package.pl	Mon Oct 05 13:42:08 2009 +0100
@@ -32,7 +32,7 @@
 my $sSubProject = '';
 #my $sSourcesFile = '';
 #my $sModelFile = '';
-my $sFbfConfigRepo="\\\\bishare\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\pkgbuild";
+my $sFbfConfigRepo="\\\\bishare\\mercurial_development\\oss\\FCL\\interim\\fbf\\configs\\default";
 my $sFbfConfigDir = '';
 my $nCmdLineNumber;
 my $bProduction = 0;
@@ -66,7 +66,7 @@
 	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 \\\\bishare\\mercurial_internal\\fbf\\config\\pkgbuild)\n";
+	print "\t--configrepo=REPO[#REV] Use repository REPO at revision REV for the config (instead of \\\\bishare\\mercurial_internal\\fbf\\config\\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--production Tag this build as 'production' (default: 'test') and use nnn numbering (default: Tnnn)\n";