From 25ae0db3c52db0234f7290375b38ff692cd2189b Mon Sep 17 00:00:00 2001
From: Martin Oberhuber < martin.oberhuber@windriver.com>
Date: Sun, 6 May 2012 20:06:35 +0000
Subject: [PATCH] [relent] align context qualifier of N-builds with what Tycho
does by default
---
releng/org.eclipse.rse.build/go.sh | 3 ++-
releng/org.eclipse.rse.build/nightly.sh | 3 ++-
releng/org.eclipse.tm.releng/build.xml | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/releng/org.eclipse.rse.build/go.sh b/releng/org.eclipse.rse.build/go.sh
index 336e6ff8408..59f8eae5fc9 100755
--- a/releng/org.eclipse.rse.build/go.sh
+++ b/releng/org.eclipse.rse.build/go.sh
@@ -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} "
diff --git a/releng/org.eclipse.rse.build/nightly.sh b/releng/org.eclipse.rse.build/nightly.sh
index fefdbc05770..ba821fdf805 100755
--- a/releng/org.eclipse.rse.build/nightly.sh
+++ b/releng/org.eclipse.rse.build/nightly.sh
@@ -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 "
diff --git a/releng/org.eclipse.tm.releng/build.xml b/releng/org.eclipse.tm.releng/build.xml
index c1cf906db6a..f008cc5e5c2 100644
--- a/releng/org.eclipse.tm.releng/build.xml
+++ b/releng/org.eclipse.tm.releng/build.xml
@@ -21,7 +21,7 @@
-
+