1
0
Fork 0
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:
Martin Oberhuber 2012-05-06 20:06:35 +00:00
parent c0ef1663b6
commit 25ae0db3c5
3 changed files with 5 additions and 3 deletions

View file

@ -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} "

View file

@ -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 "

View file

@ -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.