Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cross-project-issues-dev] Galileo build contribution

Hello Martin,
 
I didn't correctly write about p2's metadata. We'll add it in the next build. (Problem with mirrors is a separate problem and it doesn't influence on p2 artifacts, I missed).
Thanks for the script.
 

Best regards,
Burilo Igor

 


From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Oberhuber, Martin
Sent: Tuesday, December 09, 2008 3:15 PM
To: Cross project issues
Subject: RE: [cross-project-issues-dev] Galileo build contribution

Hi Igor,
 
Is there a bugzilla bug which explains the issues you have with P2 metadata and the mirrors?
 
FYI, here is the shellscript snippet which I use to generate P2 metadata:
 

#Create P2 metadata
echo "Creating P2 metadata..."
#Always create from scratch
cd ${SITE}
for x in content.xml content.jar content.jar.pack.gz artifacts.xml artifacts.jar artifacts.jar.pack.gz ; do
    if [ -f $x ]; then rm -f $x; fi
done
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
    -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator \
    -updateSite ${SITE}/ \
    -site file:${SITE}/site.xml \
    -metadataRepository file:${SITE}/ \
    -metadataRepositoryName "${TPVERSION} Update Site" \
    -artifactRepository file:${SITE}/ \
    -artifactRepositoryName "${TPVERSION} Artifacts" \
    -compress \
    -reusePack200Files \
    -noDefaultIUs \
    -vmargs -Xmx256M

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 


From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Igor V. Burilo
Sent: Monday, December 08, 2008 3:08 PM
To: cross-project-issues-dev@xxxxxxxxxxx
Subject: [cross-project-issues-dev] Galileo build contribution

Hello Richard,

We updated Subversive .build model with the latest feature id/version. You can find it in subversive.build file in org.eclipse.galileo.build project from /cvsroot/callisto.
Could  you please add Subversive to Galileo.build?
 
Now we are not generating p2 metadata for update site because of problems with mirrors, which result that Subversive can't be properly installed.

Best regards,
Burilo Igor

Back to the top