From d71ad0e5f85e0c417d5333188da6e3d6a19abe70 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 8 Jun 2010 11:28:06 +0000 Subject: [PATCH] [releng] p2 download stats --- releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh index 2704a1b8a53..de568d473de 100755 --- a/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh +++ b/releng/org.eclipse.rse.updatesite/bin/mkTestUpdates.sh @@ -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