Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
51161a2d
Commit
51161a2d
authored
Feb 16, 2010
by
Stefano Belforte
Browse files
send NOTICE if fetching from TagCollector fails
parent
678c2bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/testjob/tests/CE-cms-swinst
View file @
51161a2d
...
...
@@ -356,7 +356,11 @@ then
rc
=
$?
echo
"rc = "
$rc
[
$rc
==
$SAME_INFO
]
&&
info
=
1
[
$rc
==
$SAME_WARNING
]
&&
warning
=
1
if
[
$rc
==
$SAME_NOTICE
]
then
note
=
1
echo
"<p>NOTICE: Fail to retrieve list of production versions from TagCollector/p>"
fi
if
[
$rc
==
$SAME_OK
-o
$rc
==
$SAME_INFO
]
;
then
cat
ReleasesXML |
grep
Announced|cut
-d
'"'
-f
2|sort
-u
>
production_releases.txt
# do not bother with old SL3-only versions (tags are not maintained)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment