mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[relent] align context qualifier of N-builds with what Tycho does by default
This commit is contained in:
parent
c0ef1663b6
commit
25ae0db3c5
3 changed files with 5 additions and 3 deletions
|
@ -66,7 +66,8 @@ command="$command -DbuildType=${buildType} "
|
|||
command="$command -DbuildId=${buildId} "
|
||||
command="$command -DmapVersionTag=${tag} "
|
||||
command="$command -DdoPublish=true "
|
||||
command="$command -DforceContextQualifier=${buildId} "
|
||||
#command="$command -DforceContextQualifier=${buildId} "
|
||||
command="$command -DforceContextQualifier=${mydstamp}${mytstamp} "
|
||||
command="$command -DfetchTag=HEAD "
|
||||
command="$command -DskipFetch "
|
||||
command="$command -Dmydstamp=${mydstamp} "
|
||||
|
|
|
@ -93,7 +93,8 @@ command="$command -DmapVersionTag=${tag} "
|
|||
command="$command -Dmydstamp=${mydstamp} "
|
||||
command="$command -Dmytstamp=${mytstamp} "
|
||||
if [ "$buildType" = "N" ]; then
|
||||
command="$command -DforceContextQualifier=${buildId} "
|
||||
#command="$command -DforceContextQualifier=${buildId} "
|
||||
command="$command -DforceContextQualifier=${mydstamp}${mytstamp} "
|
||||
command="$command -DfetchTag=HEAD "
|
||||
fi
|
||||
command="$command -DdoPublish=true "
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<tstamp>
|
||||
<format property="buildTimestamp" pattern="yyyyMMddHHmm" />
|
||||
</tstamp>
|
||||
<property name="forceContextQualifier" value="v${buildTimestamp}" />
|
||||
<property name="forceContextQualifier" value="${buildTimestamp}" />
|
||||
|
||||
<!-- 1. Import these projects using File > Import > Team Project Set > ./psfs/athena.psf.
|
||||
2. Close the org.eclipse.releng.basebuilder project - it does not need to compile to be of use.
|
||||
|
|
Loading…
Add table
Reference in a new issue