Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2015-05-25 21:55:13 +0000
committerJeff Johnston2015-05-25 22:13:16 +0000
commite5591e231724b6351b7216e90f431df810ef7093 (patch)
tree6d85748c138892e5d85461c1c59a5319c6393a22
parentd1f6cbbdcfd056e3176df14fea4691b3e397b654 (diff)
downloadorg.eclipse.linuxtools-e5591e231724b6351b7216e90f431df810ef7093.tar.gz
org.eclipse.linuxtools-e5591e231724b6351b7216e90f431df810ef7093.tar.xz
org.eclipse.linuxtools-e5591e231724b6351b7216e90f431df810ef7093.zip
Fix stable-4.0 to build to new repo locations.
Change-Id: Ida7572d2a722c82eb43d6f415c71d42d30786cea Reviewed-on: https://git.eclipse.org/r/48573 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--pom.xml4
-rw-r--r--releng/org.eclipse.linuxtools.docker-site/pom.xml4
-rw-r--r--releng/org.eclipse.linuxtools.releng-site/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index d424a80c70..2f0c59189c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
</distributionManagement>
<properties>
- <mirror-repo-name>updates-nightly</mirror-repo-name>
- <mirror-docker-repo-name>updates-docker-nightly</mirror-docker-repo-name>
+ <mirror-repo-name>updates-nightly-mars</mirror-repo-name>
+ <mirror-docker-repo-name>updates-docker-nightly-mars</mirror-docker-repo-name>
<tycho-version>0.22.0</tycho-version>
<tycho-extras-version>0.22.0</tycho-extras-version>
<target-platform>linuxtools-e4.5</target-platform>
diff --git a/releng/org.eclipse.linuxtools.docker-site/pom.xml b/releng/org.eclipse.linuxtools.docker-site/pom.xml
index ed352578db..ca45f1869f 100644
--- a/releng/org.eclipse.linuxtools.docker-site/pom.xml
+++ b/releng/org.eclipse.linuxtools.docker-site/pom.xml
@@ -43,12 +43,12 @@
<target>
<delete includeemptydirs="false">
<fileset
- dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly">
+ dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-mars">
<include name="**" />
</fileset>
</delete>
<copy includeemptydirs="false"
- todir="/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly">
+ todir="/home/data/httpd/download.eclipse.org/linuxtools/updates-docker-nightly-mars">
<fileset dir="target/repository">
<include name="**" />
</fileset>
diff --git a/releng/org.eclipse.linuxtools.releng-site/pom.xml b/releng/org.eclipse.linuxtools.releng-site/pom.xml
index 1ff1fa132a..7db883d0f8 100644
--- a/releng/org.eclipse.linuxtools.releng-site/pom.xml
+++ b/releng/org.eclipse.linuxtools.releng-site/pom.xml
@@ -43,12 +43,12 @@
<target>
<delete includeemptydirs="false">
<fileset
- dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly">
+ dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-mars">
<include name="**" />
</fileset>
</delete>
<copy includeemptydirs="false"
- todir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly">
+ todir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-mars">
<fileset dir="target/repository">
<include name="**" />
</fileset>

Back to the top