Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 362949 - Missing p2.mirrorURL property in artifacts.xml
Summary: Missing p2.mirrorURL property in artifacts.xml
Status: CLOSED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: Project (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Linux Distros Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-04 16:47 EDT by Francois Chouinard CLA
Modified: 2013-05-08 14:48 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.