Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362949

Summary: Missing p2.mirrorURL property in artifacts.xml
Product: [Tools] Linux Tools Reporter: Francois Chouinard <fchouinard>
Component: ProjectAssignee: Linux Distros Inbox <linux.distros-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: akurtakov, overholt
Version: 0.9.0   
Target Milestone: 1.2   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Francois Chouinard CLA 2011-11-04 16:47:34 EDT
Hi,

According to the releng documentation (http://wiki.eclipse.org/Linux_Tools_Project/Releng), we should verify that artifacts.xml contains a reference to a mirror site - actually our update site.

I guess it should read something like this:

<property name="p2.mirrorsURL"  value="http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/update&amp;format=xml&amp;protocol=http"/>

After a maven build, this property is absent: 2 "repository" properties are there - p2.timestamp and p2.compressed.

Looking at a previous archive (0.8.1), I saw the same thing (no mirror property).

To reproduce:
- Clone the linuxtools git repository
- Build: mvn -fae clean install
- Open releng/org.eclipse.linuxtools-releng-site/target/repository/artifacts.jar
Comment 1 Alexander Kurtakov CLA 2013-01-19 04:47:13 EST
I just verified that p2.mirrorsURL is properly set in the Linux Tools 1.2 repo.