Searched refs:thisSpec (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/
H A Dcron-nightly.sh12 # 30 1 * * 1-5 . /jds/cbe/bin/env.sh; thisSpec=SUNWTiff.spec I_KNOW_WHAT_IM_DOING=yes myEnv=nightly-beijing.env $0
143 pkgtool uninstall-pkgs --with-l10n --with-tjds $thisSpec >/dev/null
177 pkgtool -v --nightly --date "$RELEASE_DATE" build $thisSpec \
197 if [ "x$thisSpec" = "x" ]; then
199 thisSpec='*.spec closed/*.spec'; export thisSpec
200 echo "-- building following components: $thisSpec"
203 if [ ! -f $SPECDIR/$thisSpec ]; then
204 fatal_error "chosen spec file ($thisSpec) does not exist in spec dir ($SPECDIR)"
206 echo "-- building following components: $thisSpec"
[all...]

Completed in 10 milliseconds