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:
parent
f9c0d46224
commit
c83657479a
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue