mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Bug 330337 - [releng][discovery] Remove/archive the discovery component
This commit is contained in:
parent
8497adb05a
commit
b2415a9be5
3 changed files with 0 additions and 12 deletions
|
@ -131,7 +131,6 @@ if [ -f package.count -a "$FILES" != "" ]; then
|
||||||
else
|
else
|
||||||
echo "ERROR: missing TM-terminal-*.zip"
|
echo "ERROR: missing TM-terminal-*.zip"
|
||||||
fi
|
fi
|
||||||
#cp -f TM-discovery-*.zip ../N.latest/TM-discovery-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
|
if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
|
||||||
|
|
|
@ -74,7 +74,6 @@ if [ -d N.latest ]; then
|
||||||
else
|
else
|
||||||
echo "ERROR: missing TM-terminal-*.zip"
|
echo "ERROR: missing TM-terminal-*.zip"
|
||||||
fi
|
fi
|
||||||
#cp -f TM-discovery-*.zip ../N.latest/TM-discovery-latest.zip
|
|
||||||
cd ../N.latest
|
cd ../N.latest
|
||||||
chgrp dsdp-tmadmin *.zip
|
chgrp dsdp-tmadmin *.zip
|
||||||
chmod g+w *.zip
|
chmod g+w *.zip
|
||||||
|
|
|
@ -119,16 +119,6 @@
|
||||||
<zipfileset refid="rootfiles" />
|
<zipfileset refid="rootfiles" />
|
||||||
</zip>
|
</zip>
|
||||||
|
|
||||||
<!-- build discovery -->
|
|
||||||
<zip destfile="${buildDirectory}/${buildLabel}/TM-discovery-${buildAlias}.zip" update="true">
|
|
||||||
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664">
|
|
||||||
<include name="**/org.eclipse.*.discovery*" />
|
|
||||||
<include name="**/org.eclipse.*.discovery*/**" />
|
|
||||||
<include name="**/org.eclipse.*.discovery*/**/**" />
|
|
||||||
</zipfileset>
|
|
||||||
<zipfileset refid="rootfiles" />
|
|
||||||
</zip>
|
|
||||||
|
|
||||||
<!-- build terminal -->
|
<!-- build terminal -->
|
||||||
<zip destfile="${buildDirectory}/${buildLabel}/TM-terminal-${buildAlias}.zip" update="true">
|
<zip destfile="${buildDirectory}/${buildLabel}/TM-terminal-${buildAlias}.zip" update="true">
|
||||||
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664" excludes="**/org.eclipse.*.test*, **/org.eclipse.*.test*/**, **/org.eclipse.tm.terminal.local*, **/org.eclipse.tm.terminal.local*/**">
|
<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664" excludes="**/org.eclipse.*.test*, **/org.eclipse.*.test*/**, **/org.eclipse.tm.terminal.local*, **/org.eclipse.tm.terminal.local*/**">
|
||||||
|
|
Loading…
Add table
Reference in a new issue