# HG changeset patch # User Dario Sestito # Date 1274720850 -3600 # Node ID fe2cee402e0a39cf9fc0d322ecd0985c3b838621 # Parent 2a106c5499cb138e10bf8488ac7aa1e355cb95fb Fix: option sourcesrev should be string diff -r 2a106c5499cb -r fe2cee402e0a build_package.pl --- a/build_package.pl Mon May 24 15:27:45 2010 +0100 +++ b/build_package.pl Mon May 24 18:07:30 2010 +0100 @@ -51,7 +51,7 @@ 'projectdir=s' => \$sFbfProjectDir, 'subproj=s' => \$sSubProject, 'variant=s' => \$sSubprojVariant, - 'sourcesrev' => \$sSourcesRevision, + 'sourcesrev=s' => \$sSourcesRevision, 'sbsconfig=s' => \$sSBSConfig, #'sources=s' => \$sSourcesFile, #'model=s' => \$sModelFile,