1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +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:
Martin Oberhuber 2008-04-11 22:51:23 +00:00
parent f9c0d46224
commit c83657479a
2 changed files with 2 additions and 0 deletions

View file

@ -119,6 +119,7 @@ if [ -f package.count -a "$FILES" != "" ]; then
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/
chmod -R g+w /shared/dsdp/public_html/tm/downloads/drops
fi
fi

View file

@ -76,6 +76,7 @@ if [ -d N.latest ]; then
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/
chmod -R g+w /shared/dsdp/public_html/tm/downloads/drops
fi
fi
fi