Changeset 1323 for stable/BSP
- Timestamp:
- Jul 13, 2009 3:21:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/BSP/set_externals
r1322 r1323 124 124 continue 125 125 fi 126 if (echo $ext_url | grep -E ' stable/|releases/' >/dev/null); then126 if (echo $ext_url | grep -E 'trunk|stable/|releases/' >/dev/null); then 127 127 :; 128 128 else 129 129 echo '' 130 echo "The external URL $ext_url is not a stable branch or release. Exiting."130 echo "The external URL $ext_url is not valid. Exiting." 131 131 echo '' 132 132 exit -2 … … 138 138 if expr "$ext_url" : '.*releases/.*' 2>&1 >/dev/null ; then 139 139 echo "Using specified release for $ext_name." 140 ext_rel_url=$ext_url 141 elif expr "$ext_url" : '.*trunk.*' 2>&1 >/dev/null; then 142 echo "Using specified trunk for $ext_name." 140 143 ext_rel_url=$ext_url 141 144 else … … 194 197 195 198 EOF 199 else 200 cat <<EOF 201 Externals set successfully. Please verify that the change is OK and then 202 commit to make the change permanent. 203 EOF 204 196 205 fi 197 206
Note: See TracChangeset
for help on using the changeset viewer.