-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt upstream target to os-autoinst
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ TPL="${TPL:-"$(dirname $0)/../dashboard_files/dashboard.html.in"}" | |
# We have to preserve the '$@' until here to prevent too early evaluation of parameters with spaces | ||
save_report="$(${openqa_review} ${openqa_review_args} ${openqa_review_save_args} "$@")" | ||
email_report="$(${openqa_review} $openqa_review_args $openqa_review_email_args "$@")" | ||
(echo -e "This is an automated message generated by 'openqa-review', see https://github.com/okurz/openqa_review for details. An HTML version of this report is available on https://w3.nue.suse.com/~okurz/${html_target_file}. Status of tests and builds on ${openqa_host} as of $(date --iso-8601='seconds'):\n" && \ | ||
(echo -e "This is an automated message generated by 'openqa-review', see https://github.com/os-autoinst/openqa_review for details. An HTML version of this report is available on https://w3.nue.suse.com/~okurz/${html_target_file}. Status of tests and builds on ${openqa_host} as of $(date --iso-8601='seconds'):\n" && \ | ||
echo "$email_report" && \ | ||
echo -e "\nAny feedback regarding the script processing or contact can be communicated using issues on the github repo or directly to [email protected]\n\nRegards,\nYour openqa_review") | mutt -s "Daily status from ${openqa_host}" -e 'my_hdr From: openqa-review <[email protected]>' $recv | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="review report for openQA generated by http://github.com/okurz/openqa_review"> | ||
<meta name="description" content="review report for openQA generated by http://github.com/os-autoinst/openqa_review"> | ||
<meta name="keywords" content="openQA"> | ||
<meta name="author" content="openqa_review contributors"> | ||
<title>openQA review report</title> | ||
|
@@ -88,7 +88,7 @@ | |
Special sections simply repeat the corresponding status from the complete report above. | ||
<br/> | ||
<br/> | ||
Any feedback regarding the script processing or contact can be communicated using issues on the github repo <a href="https://github.com/okurz/openqa_review">okurz/openqa_review</a> or directly to [email protected] | ||
Any feedback regarding the script processing or contact can be communicated using issues on the github repo <a href="https://github.com/os-autoinst/openqa_review">os-autoinst/openqa_review</a> or directly to [email protected] | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters