176 PACKAGES_SAPWEBAS="\
177 SUNWscsapenq \
178 SUNWscsaprepl \
179 SUNWscsapscs \
180 SUNWscsapwebas"
181
182 PACKAGES_SIEBEL=SUNWscsbl
183
184 PACKAGES_SMB=SUNWscsmb
185
186 PACKAGES_SOLARIS_ZONES=SUNWsczone
187
188 PACKAGES_SUN_GRID_ENG=SUNWscsge
189
190 PACKAGES_SWIFT_GWAY=SUNWscsag
191
192 PACKAGES_SYBASE=$(eval ${CLOSED_BUILD} echo SUNWscsyb)
193
194 PACKAGES_WLS=SUNWscwls
195
196 # Specify which agents are supported on which platforms
197 sparc_9_AGENTS="\
198 ${PACKAGES_AGFA_IMPAX} \
199 ${PACKAGES_APACHE} \
200 ${PACKAGES_APACHE_TC} \
201 ${PACKAGES_DHC} \
202 ${PACKAGES_DNS} \
203 ${PACKAGES_EBS} \
204 ${PACKAGES_HADB} \
205 ${PACKAGES_LIVECACHE} \
206 ${PACKAGES_MQI} \
207 ${PACKAGES_MQS} \
208 ${PACKAGES_MYS} \
209 ${PACKAGES_N1G_SPS} \
210 ${PACKAGES_NFS} \
211 ${PACKAGES_ORACLE} \
212 ${PACKAGES_ORACLE_9IAS} \
213 ${PACKAGES_POSTGRESQL} \
214 ${PACKAGES_S1AS} \
215 ${PACKAGES_S1MQ} \
307 ${PACKAGES_MQI} \
308 ${PACKAGES_MQS} \
309 ${PACKAGES_MYS} \
310 ${PACKAGES_N1G_SPS} \
311 ${PACKAGES_NFS} \
312 ${PACKAGES_ORACLE} \
313 ${PACKAGES_ORACLE_9IAS} \
314 ${PACKAGES_POSTGRESQL} \
315 ${PACKAGES_S1AS} \
316 ${PACKAGES_S1MQ} \
317 ${PACKAGES_S1WS} \
318 ${PACKAGES_SAP} \
319 ${PACKAGES_SAPDB} \
320 ${PACKAGES_SAPWEBAS} \
321 ${PACKAGES_SMB} \
322 ${PACKAGES_SOLARIS_ZONES} \
323 ${PACKAGES_SUN_GRID_ENG} \
324 ${PACKAGES_SYBASE} \
325 ${PACKAGES_WLS}"
326
327 i386_11_AGENTS=${sparc_11_AGENTS}
328
329 AGENTS=$(eval echo \${${MACH}_${OS}_AGENTS})
330
331 #
332 # Functions
333 #
334 # Builds the external pieces of the image
335 # build_image_external()
336 build_image_external() {
337 # Check if this piece of the image has already been built
338 [ -e "${DVD}/.cdtoc" ] && return
339
340 echo "Adding the external pieces to the image"
341
342 # Create directories
343 ${MKDIR} ${DVD} || error "Can't create directory ${DVD}"
344
345 # Add dvdimage of symlinks to external products
346 (cd ${DVDIMAGE_DIR} && ${FIND} . -print | ${CPIO} -oc) | (cd ${DVD} &&
347 ${CPIO} -icdum)
|
176 PACKAGES_SAPWEBAS="\
177 SUNWscsapenq \
178 SUNWscsaprepl \
179 SUNWscsapscs \
180 SUNWscsapwebas"
181
182 PACKAGES_SIEBEL=SUNWscsbl
183
184 PACKAGES_SMB=SUNWscsmb
185
186 PACKAGES_SOLARIS_ZONES=SUNWsczone
187
188 PACKAGES_SUN_GRID_ENG=SUNWscsge
189
190 PACKAGES_SWIFT_GWAY=SUNWscsag
191
192 PACKAGES_SYBASE=$(eval ${CLOSED_BUILD} echo SUNWscsyb)
193
194 PACKAGES_WLS=SUNWscwls
195
196 PACKAGES_XVM=SUNWscxvm
197
198 # Specify which agents are supported on which platforms
199 sparc_9_AGENTS="\
200 ${PACKAGES_AGFA_IMPAX} \
201 ${PACKAGES_APACHE} \
202 ${PACKAGES_APACHE_TC} \
203 ${PACKAGES_DHC} \
204 ${PACKAGES_DNS} \
205 ${PACKAGES_EBS} \
206 ${PACKAGES_HADB} \
207 ${PACKAGES_LIVECACHE} \
208 ${PACKAGES_MQI} \
209 ${PACKAGES_MQS} \
210 ${PACKAGES_MYS} \
211 ${PACKAGES_N1G_SPS} \
212 ${PACKAGES_NFS} \
213 ${PACKAGES_ORACLE} \
214 ${PACKAGES_ORACLE_9IAS} \
215 ${PACKAGES_POSTGRESQL} \
216 ${PACKAGES_S1AS} \
217 ${PACKAGES_S1MQ} \
309 ${PACKAGES_MQI} \
310 ${PACKAGES_MQS} \
311 ${PACKAGES_MYS} \
312 ${PACKAGES_N1G_SPS} \
313 ${PACKAGES_NFS} \
314 ${PACKAGES_ORACLE} \
315 ${PACKAGES_ORACLE_9IAS} \
316 ${PACKAGES_POSTGRESQL} \
317 ${PACKAGES_S1AS} \
318 ${PACKAGES_S1MQ} \
319 ${PACKAGES_S1WS} \
320 ${PACKAGES_SAP} \
321 ${PACKAGES_SAPDB} \
322 ${PACKAGES_SAPWEBAS} \
323 ${PACKAGES_SMB} \
324 ${PACKAGES_SOLARIS_ZONES} \
325 ${PACKAGES_SUN_GRID_ENG} \
326 ${PACKAGES_SYBASE} \
327 ${PACKAGES_WLS}"
328
329 i386_11_AGENTS="\
330 ${sparc_11_AGENTS} \
331 ${PACKAGES_XVM}"
332
333 AGENTS=$(eval echo \${${MACH}_${OS}_AGENTS})
334
335 #
336 # Functions
337 #
338 # Builds the external pieces of the image
339 # build_image_external()
340 build_image_external() {
341 # Check if this piece of the image has already been built
342 [ -e "${DVD}/.cdtoc" ] && return
343
344 echo "Adding the external pieces to the image"
345
346 # Create directories
347 ${MKDIR} ${DVD} || error "Can't create directory ${DVD}"
348
349 # Add dvdimage of symlinks to external products
350 (cd ${DVDIMAGE_DIR} && ${FIND} . -print | ${CPIO} -oc) | (cd ${DVD} &&
351 ${CPIO} -icdum)
|