Clear HG_PASSWORD before executing build steps. Also allow cenrep generation in PDK_Raptor for Symbian^3.
authorShabe Razvi <shaber@symbian.org>
Thu, 10 Dec 2009 15:34:31 +0000
changeset 4 9eea79386bb7
parent 3 c84911f61ce0
child 5 3325a05ec9ed
Clear HG_PASSWORD before executing build steps. Also allow cenrep generation in PDK_Raptor for Symbian^3.
PDK_Helium/config.xml
PDK_Raptor/config.xml
--- a/PDK_Helium/config.xml	Tue Dec 08 13:54:31 2009 +0000
+++ b/PDK_Helium/config.xml	Thu Dec 10 15:34:31 2009 +0000
@@ -21,9 +21,6 @@
 </description>
   <keepDependencies>false</keepDependencies>
   <properties>
-    <hudson.security.AuthorizationMatrixProperty>
-      <useProjectSecurity>false</useProjectSecurity>
-    </hudson.security.AuthorizationMatrixProperty>
     <hudson.model.ParametersDefinitionProperty>
       <parameterDefinitions>
         <hudson.model.StringParameterDefinition>
@@ -79,7 +76,7 @@
         <hudson.model.PasswordParameterDefinition>
           <name>HG_PASSWORD</name>
           <description>Enter your Mercurial symbian developer web password  &lt;i&gt;(required for download of packages from BOM, not needed when using source zip packages)&lt;/i&gt;
-&lt;br&gt;&lt;b&gt;Note: Be aware that currently this password will appear in plain text in the build logs.&lt;/b&gt;</description>
+&lt;br&gt;</description>
           <defaultValue></defaultValue>
         </hudson.model.PasswordParameterDefinition>
         <hudson.model.ChoiceParameterDefinition>
@@ -208,5 +205,4 @@
   </builders>
   <publishers/>
   <buildWrappers/>
-  <!-- <customWorkspace>D:\</customWorkspace> -->
 </project>
\ No newline at end of file
--- a/PDK_Raptor/config.xml	Tue Dec 08 13:54:31 2009 +0000
+++ b/PDK_Raptor/config.xml	Thu Dec 10 15:34:31 2009 +0000
@@ -12,9 +12,6 @@
 </description>
   <keepDependencies>false</keepDependencies>
   <properties>
-    <hudson.security.AuthorizationMatrixProperty>
-      <useProjectSecurity>false</useProjectSecurity>
-    </hudson.security.AuthorizationMatrixProperty>
     <hudson.model.ParametersDefinitionProperty>
       <parameterDefinitions>
         <hudson.model.StringParameterDefinition>
@@ -75,7 +72,7 @@
         <hudson.model.PasswordParameterDefinition>
           <name>HG_PASSWORD</name>
           <description>Enter your Mercurial symbian developer web password  &lt;i&gt;(required for download of packages from BOM, not needed when using source zip packages)&lt;/i&gt;
-&lt;br&gt;&lt;b&gt;Note: Be aware that currently this password will appear in plain text in the build logs.&lt;/b&gt;</description>
+&lt;br&gt;</description>
           <defaultValue></defaultValue>
         </hudson.model.PasswordParameterDefinition>
         <hudson.model.ChoiceParameterDefinition>
@@ -171,6 +168,7 @@
 mkdir %SUBST_DRIVE%\epoc32\include\variant\
 mkdir %SUBST_DRIVE%\epoc32\tools\variant\
 set VARIANT=tb91sf
+set HG_PASSWORD=
 IF %PLATFORM% == symbian3 set VARIANT=tb92sf
 IF NOT %PLATFORM% == symbian2 copy %SUBST_DRIVE%\sf\os\deviceplatformrelease\symbianosbld\cedarutils\inc\Symbian_OS_%VARIANT%.hrh %SUBST_DRIVE%\sf\os\deviceplatformrelease\symbianosbld\cedarutils\Symbian_OS.hrh
 copy %SUBST_DRIVE%\sf\os\deviceplatformrelease\symbianosbld\cedarutils\*.hrh %SUBST_DRIVE%\epoc32\include\variant\
@@ -183,6 +181,7 @@
       <command>IF %LEGACY_BLDMEFIRST% == true exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 cmd /c sbs EXPORT --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\deviceplatformrelease\sf_config\config\western\group\bld.inf 
 cmd /c sbs EXPORT --ignore-os-detection --export-only -b %SUBST_DRIVE%\sf\os\deviceplatformrelease\sf_config\config\group\bld.inf 
@@ -196,6 +195,7 @@
       <command>IF %LEGACY_BLDMEFIRST% == true exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 xcopy /s %SUBST_DRIVE%\sf\tools\makefile_templates\*.* %SUBST_DRIVE%\epoc32\tools\makefile_templates\s60\
 exit 0</command>
@@ -204,6 +204,7 @@
       <command>if %REBUILD_TOOLS% == true exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set VARIANT=tb91sf
 IF %PLATFORM% == symbian3 set VARIANT=tb92sf
@@ -213,6 +214,7 @@
       <command>if %REBUILD_TOOLS% == false exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set VARIANT=tb91sf
 IF %PLATFORM% == symbian3 set VARIANT=tb92sf
@@ -222,6 +224,7 @@
       <command>if %REBUILD_TOOLS% == false exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set VARIANT=tb91sf
 IF %PLATFORM% == symbian3 set VARIANT=tb92sf
@@ -230,6 +233,7 @@
     <hudson.tasks.BatchFile>
       <command>cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set VARIANT=tb91sf
 IF %PLATFORM% == symbian3 set VARIANT=tb92sf
@@ -240,6 +244,7 @@
 IF %REBUILD_TOOLS% == true exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set S60VARIANT=5_1
 set VARIANT=tb91sf
@@ -252,6 +257,7 @@
 IF %REBUILD_TOOLS% == false exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set S60VARIANT=5_1
 set VARIANT=tb91sf
@@ -264,6 +270,7 @@
 IF %REBUILD_TOOLS% == false exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set S60VARIANT=5_1
 set VARIANT=tb91sf
@@ -275,6 +282,7 @@
       <command>IF %SPLIT_BUILD% == false exit
 cd %SUBST_DRIVE%
 %SUBST_DRIVE%
+set HG_PASSWORD=
 cd\
 set S60VARIANT=5_1
 set VARIANT=tb91sf
@@ -286,7 +294,9 @@
       <command>cd %SUBST_DRIVE%
 %SUBST_DRIVE%
 cd\
-%HELIUM_HOME%\..\ConfigurationTool/cli_build.cmd -master_conf s60 -impl /epoc32/rom/config/confml_data/s60 -confml /epoc32/rom/config/confml_data/s60 -ignore_errors</command>
+IF %PLATFORM% == symbian2 set CENREP_DIR=/epoc32/rom/config/confml_data/s60
+IF %PLATFORM% == symbian3 set CENREP_DIR=/epoc32/rom/config/assets
+%HELIUM_HOME%\..\ConfigurationTool/cli_build.cmd -master_conf s60 -impl %CENREP_DIR% -confml %CENREP_DIR% -ignore_errors</command>
     </hudson.tasks.BatchFile>
   </builders>
   <publishers/>