mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
[releng] Getting N.latest from build.eclipse.org server onto dsdp.eclipse.org avoids download.eclipse.org server lag
This commit is contained in:
parent
6bac5c3e7f
commit
4cec6b5c6e
3 changed files with 8 additions and 1 deletions
|
@ -117,6 +117,9 @@ if [ -f package.count -a "$FILES" != "" ]; then
|
||||||
cp -f RSE-remotecdt-*.zip ../N.latest/RSE-remotecdt-latest.zip
|
cp -f RSE-remotecdt-*.zip ../N.latest/RSE-remotecdt-latest.zip
|
||||||
chgrp dsdp-tmadmin ../N.latest/*.zip
|
chgrp dsdp-tmadmin ../N.latest/*.zip
|
||||||
chmod g+w ../N.latest/*.zip
|
chmod g+w ../N.latest/*.zip
|
||||||
|
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
|
||||||
|
cp -f ../N.latest/* /shared/dsdp/public_html/tm/downloads/drops/N.latest/
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${buildType} != M -a ${buildType} != N ]; then
|
if [ ${buildType} != M -a ${buildType} != N ]; then
|
||||||
|
|
|
@ -74,6 +74,9 @@ if [ -d N.latest ]; then
|
||||||
cd ../N.latest
|
cd ../N.latest
|
||||||
chgrp dsdp-tmadmin *.zip
|
chgrp dsdp-tmadmin *.zip
|
||||||
chmod g+w *.zip
|
chmod g+w *.zip
|
||||||
|
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
|
||||||
|
cp -f * /shared/dsdp/public_html/tm/downloads/drops/N.latest/
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,8 @@ NEED_RESTART=0
|
||||||
cd $IHOME/deploy/rse
|
cd $IHOME/deploy/rse
|
||||||
rm *.zip
|
rm *.zip
|
||||||
echo "Downloading RSE-SDK-latest.zip..."
|
echo "Downloading RSE-SDK-latest.zip..."
|
||||||
wget -q "http://download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
|
wget -q "http://build.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
|
||||||
|
#wget -q "http://download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"
|
||||||
if [ -e RSE-SDK-latest.zip ]; then
|
if [ -e RSE-SDK-latest.zip ]; then
|
||||||
echo "Unzipping..."
|
echo "Unzipping..."
|
||||||
unzip -q RSE-SDK-latest.zip
|
unzip -q RSE-SDK-latest.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue