Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-11-07 20:28:27 +0000
committerRoland Grunberg2012-11-08 15:00:13 +0000
commitb1bcc9111aae730a08f5cb9b9d6c20b5bcb2c671 (patch)
tree279e9a092c4ff904013caa31c874e355c858874e
parent94d064eba4489344140e3644c3e4d58ec63ee97c (diff)
downloadorg.eclipse.linuxtools-b1bcc9111aae730a08f5cb9b9d6c20b5bcb2c671.tar.gz
org.eclipse.linuxtools-b1bcc9111aae730a08f5cb9b9d6c20b5bcb2c671.tar.xz
org.eclipse.linuxtools-b1bcc9111aae730a08f5cb9b9d6c20b5bcb2c671.zip
Update 1.2 to mirror to update-1.2 and put build in updates-nightly-juno.
Change-Id: I314e49f5a34a1a0bcb1b1d1c957be632e44c931d Reviewed-on: https://git.eclipse.org/r/8585 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
-rw-r--r--pom.xml2
-rw-r--r--releng/org.eclipse.linuxtools.releng-site/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4bf0d9e587..4acb645dfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
</distributionManagement>
<properties>
- <mirror-repo-name>updates-nightly</mirror-repo-name>
+ <mirror-repo-name>update-1.2</mirror-repo-name>
<tycho-version>0.16.0</tycho-version>
<tycho-extras-version>0.16.0</tycho-extras-version>
<platform-version-name>juno</platform-version-name>
diff --git a/releng/org.eclipse.linuxtools.releng-site/pom.xml b/releng/org.eclipse.linuxtools.releng-site/pom.xml
index c6420f7160..d1f7ad927c 100644
--- a/releng/org.eclipse.linuxtools.releng-site/pom.xml
+++ b/releng/org.eclipse.linuxtools.releng-site/pom.xml
@@ -145,12 +145,12 @@
<tasks>
<delete includeemptydirs="false">
<fileset
- dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly">
+ dir="/home/data/httpd/download.eclipse.org/linuxtools/updates-nightly-juno">
<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-juno">
<fileset dir="target/checksumFix">
<include name="**" />
</fileset>

Back to the top