common/build.postbuild.xml
changeset 502 8e7e1064493f
parent 501 e918b03176d3
child 503 a3b781744ed8
equal deleted inserted replaced
501:e918b03176d3 502:8e7e1064493f
   497 
   497 
   498 </echo>
   498 </echo>
   499         <if>
   499         <if>
   500             <isset property="sf.previous.pdk.tag"/>
   500             <isset property="sf.previous.pdk.tag"/>
   501             <then>
   501             <then>
   502                 <echo file="${sf.releasenotes.wiki.txt}" append="true">The Mercurial changes from Nokia were delivered as a bulk update based on '''XXXXXXXXXXXXXXXXXXXXXX'''.
   502 		    <echo file="${sf.releasenotes.wiki.txt}" append="true">The Mercurial changes from Nokia were delivered as a bulk update based on '''XXXXXXXXXXXXXXXXXXXXXX'''.${line.separator}${line.separator}List of the Mercurial changes (files added/removed/modified) between ${sf.previous.pdk.tag} and PDK '''XXXXX''' - [[Media:XXXX.txt]].${line.separator}${line.separator}A short study of the results concentrating on the added and removed files has identified these significant package changes:${line.separator}${line.separator}</echo>
   503 
       
   504 List of the Mercurial changes (files added/removed/modified) between ${sf.previous.pdk.tag} and PDK '''XXXXX''' - [[Media:XXXX.txt]].
       
   505 
       
   506 A short study of the results concentrating on the added and removed files has identified these significant package changes:
       
   507 
       
   508 </echo>
       
   509                 <if>
   503                 <if>
   510                     <istrue value="${sf.spec.sourcesync.archive}"/>
   504                     <istrue value="${sf.spec.sourcesync.archive}"/>
   511                     <then>
   505                     <then>
   512                         <echo file="${sf.releasenotes.wiki.txt}" append="true">'''Information cannot be derived as source was synced with archive option'''"
   506                         <echo file="${sf.releasenotes.wiki.txt}" append="true">'''Information cannot be derived as source was synced with archive option'''"${line.separator}${line.separator}</echo>
   513 
       
   514 </echo>
       
   515                     </then>
   507                     </then>
   516                     <else>
   508                     <else>
   517                         <exec executable="perl" dir="${build.drive}/" output="${sf.releasenotes.wiki.txt}" append="true">
   509                         <exec executable="perl" dir="${build.drive}/" output="${sf.releasenotes.wiki.txt}" append="true">
   518                             <arg value="${build.drive}/utilities/releaseAutomation/mercurialComparison.pl"/>
   510                             <arg value="${build.drive}/utilities/releaseAutomation/mercurialComparison.pl"/>
   519                             <arg value="${build.log.dir}/BOM/build-info.xml"/>
   511                             <arg value="${build.log.dir}/BOM/build-info.xml"/>
   522                         </exec>
   514                         </exec>
   523                     </else>
   515                     </else>
   524                 </if>
   516                 </if>
   525             </then>
   517             </then>
   526             <else>
   518             <else>
   527                 <echo file="${sf.releasenotes.wiki.txt}" append="true">'''Information cannot be provided as the tag for the previous PDK was not provided to the build'''"
   519                 <echo file="${sf.releasenotes.wiki.txt}" append="true">'''Information cannot be provided as the tag for the previous PDK was not provided to the build'''"${line.separator}${line.separator}</echo>
   528 
       
   529 </echo>
       
   530             </else>
   520             </else>
   531         </if>
   521         </if>
   532         
   522         
   533         <!-- Code churn -->
   523         <!-- Code churn -->
   534         <!-- TODO? -->
   524         <!-- TODO? -->