Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Gurr2017-09-04 13:34:25 +0000
committerFrederic Gurr2017-09-04 13:34:25 +0000
commit9b4febe8c6e119c157255a7a907631a72202e76c (patch)
tree0d2279d359a287573067eef14c824c55dad65dc6
parentb6c493f283406a8b1a4c625b05db0316c3d90a40 (diff)
downloadorg.eclipse.simrel.tools-9b4febe8c6e119c157255a7a907631a72202e76c.tar.gz
org.eclipse.simrel.tools-9b4febe8c6e119c157255a7a907631a72202e76c.tar.xz
org.eclipse.simrel.tools-9b4febe8c6e119c157255a7a907631a72202e76c.zip
Bug 521804 - Oxygen.1 repository reports still use Neon repository as
baseline Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
-rw-r--r--runTests.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/runTests.xml b/runTests.xml
index e19bd04..75a49d4 100644
--- a/runTests.xml
+++ b/runTests.xml
@@ -45,7 +45,14 @@
-->
<condition
property="referenceRepoDir"
- value="/home/data/httpd/download.eclipse.org/staging/neon/">
+ value="/home/data/httpd/download.eclipse.org/staging/oxygen">
+ <equals
+ arg1="${release}"
+ arg2="photon" />
+ </condition>
+ <condition
+ property="referenceRepoDir"
+ value="/home/data/httpd/download.eclipse.org/releases/oxygen/201706281000">
<equals
arg1="${release}"
arg2="oxygen" />

Back to the top