mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[releng] p2 download stats
This commit is contained in:
parent
be902d39b9
commit
d71ad0e5f8
1 changed files with 2 additions and 3 deletions
|
@ -493,9 +493,6 @@ if [ x${DO_STATS} = x0 ]; then
|
|||
else
|
||||
echo "Creating P2 metadata with download stats..."
|
||||
# -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
|
||||
# -application org.sonatype.tycho.p2.updatesite.UpdateSitePublisherWithJRE \
|
||||
# -p2.statsURI http://download.eclipse.org/stats/tm \
|
||||
# -p2.statsTrackedBundles org.eclipse.rse.core,org.eclipse.tm.terminal,org.eclipse.tm.terminal.local \
|
||||
#CMD="java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
||||
CMD="java -jar ${tgtlauncher} \
|
||||
-application org.sonatype.tycho.p2.updatesite.UpdateSitePublisherWithJRE \
|
||||
|
@ -503,6 +500,8 @@ else
|
|||
-metadataRepository file:${SITE} \
|
||||
-artifactRepository file:${SITE} \
|
||||
-compress \
|
||||
-p2.statsURI http://download.eclipse.org/stats/tm \
|
||||
-p2.statsTrackedBundles org.eclipse.rse.core,org.eclipse.tm.terminal,org.eclipse.tm.terminal.local \
|
||||
-vmargs -Xmx256M"
|
||||
echo $CMD
|
||||
$CMD
|
||||
|
|
Loading…
Add table
Reference in a new issue