~sil2100/cupstream2distro/additional_check_full_sync

« back to all changes in this revision

Viewing changes to citrain/manual/jenkins-templates/build.xml.tmpl

  • Committer: Tarmac
  • Author(s): Łukasz 'sil2100' Zemczak
  • Date: 2014-09-11 17:37:54 UTC
  • mfrom: (724.1.2 cu2d-syncfixes)
  • Revision ID: tarmac-20140911173754-ecyilxcyaaelm1g8
Add the option to not rewrite the version number. Add a check to retarget to ubuntu in cases where the silo is in the middle of cleaning. Also, make sure we don't sync from an empty silo.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
          <defaultValue>false</defaultValue>
63
63
        </hudson.model.BooleanParameterDefinition>
64
64
        <hudson.model.BooleanParameterDefinition>
 
65
          <name>SYNC_DO_NOT_REWRITE_VERSION</name>
 
66
          <description>Only useful for sync silos. Do not rewrite the package version (e.g. do not add the ~rtm to the upstream part)</description>
 
67
          <defaultValue>false</defaultValue>
 
68
        </hudson.model.BooleanParameterDefinition>
 
69
        <hudson.model.BooleanParameterDefinition>
65
70
          <name>DEBUG</name>
66
71
          <description>Print extra debugging information in the log.</description>
67
72
          <defaultValue>false</defaultValue>