mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-18 22:45:23 +02:00
[releng] migrate from EclipseGenerator to site publisher
This commit is contained in:
parent
4a2c0e1c6f
commit
daf3142ad3
1 changed files with 14 additions and 8 deletions
|
@ -508,22 +508,28 @@ if [ x${DO_STATS} = x1 ]; then
|
||||||
$CMD
|
$CMD
|
||||||
result=$?
|
result=$?
|
||||||
echo "result: ${result}"
|
echo "result: ${result}"
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Creating P2 metadata (no download stats)..."
|
else
|
||||||
java -jar ${basebuilder}/plugins/org.eclipse.equinox.launcher.jar \
|
|
||||||
|
echo "Creating P2 metadata (no download stats)..."
|
||||||
|
CMD="java -jar ${tgtlauncher} \
|
||||||
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
|
-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher \
|
||||||
-metadataRepository file:${SITE}/ \
|
-metadataRepository file:${SITE} \
|
||||||
-artifactRepository file:${SITE} \
|
-artifactRepository file:${SITE} \
|
||||||
-source ${SITE} \
|
-source ${SITE} \
|
||||||
-compress \
|
-compress \
|
||||||
-reusePack200Files \
|
-reusePack200Files \
|
||||||
-vmargs -Xmx256M
|
-vmargs -Xmx256M"
|
||||||
|
|
||||||
# -configs any.linux.x86 \
|
# -configs any.linux.x86 \
|
||||||
# -publishArtifacts \
|
# -publishArtifacts \
|
||||||
|
echo $CMD
|
||||||
|
$CMD
|
||||||
|
result=$?
|
||||||
|
echo "result: ${result}"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ x${DO_CATEGORIES} = x1 ]; then
|
sif [ x${DO_CATEGORIES} = x1 ]; then
|
||||||
echo "Adding Categories..."
|
echo "Adding Categories..."
|
||||||
CMD="java -jar ${tgtlauncher} \
|
CMD="java -jar ${tgtlauncher} \
|
||||||
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
-application org.eclipse.equinox.p2.publisher.CategoryPublisher \
|
||||||
|
|
Loading…
Add table
Reference in a new issue