Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 330337 | Differences between
and this patch

Collapse All | Expand All

(-)bin/doit_irsbuild.sh (-1 lines)
Lines 131-137 Link Here
131
    else
131
    else
132
      echo "ERROR: missing TM-terminal-*.zip"
132
      echo "ERROR: missing TM-terminal-*.zip"
133
    fi
133
    fi
134
    #cp -f TM-discovery-*.zip ../N.latest/TM-discovery-latest.zip
135
    chgrp dsdp-tmadmin ../N.latest/*.zip
134
    chgrp dsdp-tmadmin ../N.latest/*.zip
136
    chmod g+w ../N.latest/*.zip
135
    chmod g+w ../N.latest/*.zip
137
    if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
136
    if [ -d /shared/dsdp/public_html/tm/downloads/drops/N.latest ]; then
(-)bin/doit_nightly.sh (-1 lines)
Lines 74-80 Link Here
74
    else
74
    else
75
      echo "ERROR: missing TM-terminal-*.zip"
75
      echo "ERROR: missing TM-terminal-*.zip"
76
    fi
76
    fi
77
    #cp -f TM-discovery-*.zip ../N.latest/TM-discovery-latest.zip
78
    cd ../N.latest
77
    cd ../N.latest
79
    chgrp dsdp-tmadmin *.zip
78
    chgrp dsdp-tmadmin *.zip
80
    chmod g+w *.zip
79
    chmod g+w *.zip
(-)buildExtra.xml (-10 lines)
Lines 119-134 Link Here
119
			<zipfileset refid="rootfiles" />
119
			<zipfileset refid="rootfiles" />
120
		</zip>
120
		</zip>
121
		
121
		
122
		<!-- build discovery -->
123
		<zip destfile="${buildDirectory}/${buildLabel}/TM-discovery-${buildAlias}.zip" update="true">
124
			<zipfileset src="${buildDirectory}/${buildLabel}/${allZip}" dirmode="775" filemode="664">
125
				<include name="**/org.eclipse.*.discovery*" />
126
				<include name="**/org.eclipse.*.discovery*/**" />
127
				<include name="**/org.eclipse.*.discovery*/**/**" />
128
			</zipfileset>
129
			<zipfileset refid="rootfiles" />
130
		</zip>
131
132
		<!-- build terminal -->
122
		<!-- build terminal -->
133
		<zip destfile="${buildDirectory}/${buildLabel}/TM-terminal-${buildAlias}.zip" update="true">
123
		<zip destfile="${buildDirectory}/${buildLabel}/TM-terminal-${buildAlias}.zip" update="true">
134
			<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*/**">
124
			<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*/**">

Return to bug 330337