mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-21 16:05:25 +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 -DbuildId=${buildId} "
|
||||||
command="$command -DmapVersionTag=${tag} "
|
command="$command -DmapVersionTag=${tag} "
|
||||||
command="$command -DdoPublish=true "
|
command="$command -DdoPublish=true "
|
||||||
command="$command -DforceContextQualifier=${buildId} "
|
#command="$command -DforceContextQualifier=${buildId} "
|
||||||
|
command="$command -DforceContextQualifier=${mydstamp}${mytstamp} "
|
||||||
command="$command -DfetchTag=HEAD "
|
command="$command -DfetchTag=HEAD "
|
||||||
command="$command -DskipFetch "
|
command="$command -DskipFetch "
|
||||||
command="$command -Dmydstamp=${mydstamp} "
|
command="$command -Dmydstamp=${mydstamp} "
|
||||||
|
|
|
@ -93,7 +93,8 @@ command="$command -DmapVersionTag=${tag} "
|
||||||
command="$command -Dmydstamp=${mydstamp} "
|
command="$command -Dmydstamp=${mydstamp} "
|
||||||
command="$command -Dmytstamp=${mytstamp} "
|
command="$command -Dmytstamp=${mytstamp} "
|
||||||
if [ "$buildType" = "N" ]; then
|
if [ "$buildType" = "N" ]; then
|
||||||
command="$command -DforceContextQualifier=${buildId} "
|
#command="$command -DforceContextQualifier=${buildId} "
|
||||||
|
command="$command -DforceContextQualifier=${mydstamp}${mytstamp} "
|
||||||
command="$command -DfetchTag=HEAD "
|
command="$command -DfetchTag=HEAD "
|
||||||
fi
|
fi
|
||||||
command="$command -DdoPublish=true "
|
command="$command -DdoPublish=true "
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<tstamp>
|
<tstamp>
|
||||||
<format property="buildTimestamp" pattern="yyyyMMddHHmm" />
|
<format property="buildTimestamp" pattern="yyyyMMddHHmm" />
|
||||||
</tstamp>
|
</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.
|
<!-- 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.
|
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