|
Lines 18-28
Link Here
|
| 18 |
recipients= |
18 |
recipients= |
| 19 |
|
19 |
|
| 20 |
#default text message notification list |
20 |
#default text message notification list |
| 21 |
#textRecipients=6132962910@txt.bellmobility.ca |
|
|
| 22 |
textRecipients= |
21 |
textRecipients= |
| 23 |
|
22 |
|
| 24 |
#sets skip.performance.tests Ant property |
23 |
#sets skip.performance.tests Ant property |
| 25 |
skipPerf="" |
24 |
skipPerformanceTests="" |
|
|
25 |
|
| 26 |
#sets skip.clean.sites Ant property |
| 27 |
skipCleanSites="" |
| 26 |
|
28 |
|
| 27 |
#sets skipPack Ant property |
29 |
#sets skipPack Ant property |
| 28 |
skipPack="" |
30 |
skipPack="" |
|
Lines 112-118
Link Here
|
| 112 |
|
114 |
|
| 113 |
|
115 |
|
| 114 |
# process command line arguments |
116 |
# process command line arguments |
| 115 |
usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" |
117 |
usage="usage: $0 [-notify emailaddresses][-textRecipients textaddesses][-test][-buildDirectory directory][-buildId name][-buildLabel directory name][-tagMapFiles][-mapVersionTag tag][-builderTag tag][-bootclasspath path][-compareMaps][-skipPerf] [-skipCleanSites] [-skipTest] [-skipRSS] [-updateSite site][-skipPack][-sign] M|N|I|S|R" |
| 116 |
|
118 |
|
| 117 |
if [ $# -lt 1 ] |
119 |
if [ $# -lt 1 ] |
| 118 |
then |
120 |
then |
|
Lines 128-133
Link Here
|
| 128 |
-mapVersionTag) mapVersionTag="$2"; shift;; |
130 |
-mapVersionTag) mapVersionTag="$2"; shift;; |
| 129 |
-tagMapFiles) tagMaps="-DtagMaps=true";; |
131 |
-tagMapFiles) tagMaps="-DtagMaps=true";; |
| 130 |
-skipPerf) skipPerf="-Dskip.performance.tests=true";; |
132 |
-skipPerf) skipPerf="-Dskip.performance.tests=true";; |
|
|
133 |
-skipCleanSites ) skipCleanSites="-Dskip.clean.sites=true"; |
| 131 |
-skipTest) skipTest="-Dskip.tests=true";; |
134 |
-skipTest) skipTest="-Dskip.tests=true";; |
| 132 |
-skipRSS) skipRSS="-Dskip.feed=true";; |
135 |
-skipRSS) skipRSS="-Dskip.feed=true";; |
| 133 |
-deleteArtifacts) deleteArtifacts="-Ddelete.artifacts=true";; |
136 |
-deleteArtifacts) deleteArtifacts="-Ddelete.artifacts=true";; |