# HG changeset patch # User Dario Sestito # Date 1254746528 -3600 # Node ID 5e2200d13067c71838863cf05d41e221d212694d # Parent 4379a1e558cde925480b3ac947b11f6dd98a3b25 Location of package build config to fbf/config/default diff -r 4379a1e558cd -r 5e2200d13067 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";