mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 16:53:50 +02:00
Fix chgrp for update site
This commit is contained in:
parent
3930ee45ca
commit
af031158cb
1 changed files with 4 additions and 5 deletions
|
@ -33,24 +33,23 @@ chgrp dsdp-tm-rse site.xml
|
||||||
|
|
||||||
# optimize the site
|
# optimize the site
|
||||||
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
# see http://wiki.eclipse.org/index.php/Platform-releng-faq
|
||||||
cd $HOME/ws/eclipse
|
|
||||||
#Use Java5 on build.eclipse.org
|
#Use Java5 on build.eclipse.org
|
||||||
export PATH=/shared/common/ibm-java2-ppc64-50/bin:$PATH
|
export PATH=/shared/common/ibm-java2-ppc64-50/bin:$PATH
|
||||||
#Pack the site
|
#Pack the site
|
||||||
echo "Packing the site..."
|
echo "Packing the site... $SITE"
|
||||||
java -jar startup.jar \
|
java -jar $HOME/ws/eclipse/startup.jar \
|
||||||
-application org.eclipse.update.core.siteOptimizer \
|
-application org.eclipse.update.core.siteOptimizer \
|
||||||
-jarProcessor -outputDir $SITE \
|
-jarProcessor -outputDir $SITE \
|
||||||
-processAll -pack $SITE
|
-processAll -pack $SITE
|
||||||
|
|
||||||
#Create the digest
|
#Create the digest
|
||||||
echo "Creating digest..."
|
echo "Creating digest..."
|
||||||
java -jar startup.jar \
|
java -jar $HOME/ws/eclipse/startup.jar \
|
||||||
-application org.eclipse.update.core.siteOptimizer \
|
-application org.eclipse.update.core.siteOptimizer \
|
||||||
-digestBuilder -digestOutputDir=$SITE \
|
-digestBuilder -digestOutputDir=$SITE \
|
||||||
-siteXML=$SITE/site.xml
|
-siteXML=$SITE/site.xml
|
||||||
|
|
||||||
cd $SITE
|
cd $SITE
|
||||||
chown -R dsdp-tm-rse .
|
chgrp -R dsdp-tm-rse .
|
||||||
chmod -R g+w .
|
chmod -R g+w .
|
||||||
cd $curdir
|
cd $curdir
|
||||||
|
|
Loading…
Add table
Reference in a new issue