Skip to content

Commit

Permalink
Adapt upstream target to os-autoinst
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Dec 10, 2018
1 parent 473355e commit f1ccda1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# openqa_review_script [![Build Status](https://travis-ci.org/okurz/openqa_review.svg?branch=master)](https://travis-ci.org/okurz/openqa_review) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/699/badge)](https://bestpractices.coreinfrastructure.org/projects/699)
# openqa_review_script [![Build Status](https://travis-ci.org/os-autoinst/openqa_review.svg?branch=master)](https://travis-ci.org/os-autoinst/openqa_review) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/699/badge)](https://bestpractices.coreinfrastructure.org/projects/699)

A review helper script for openQA.

Expand Down Expand Up @@ -44,7 +44,7 @@ If you have questions, visit me on irc.freenode.net in #opensuse-factory

## Contribute

This project lives in https://github.com/okurz/openqa_review
This project lives in https://github.com/os-autoinst/openqa_review

Feel free to add issues in github or send pull requests.

Expand Down
2 changes: 1 addition & 1 deletion bin/openqa-review-daily-email
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions dashboard_files/dashboard.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
description="review helper script for openQA",
license="MIT",
keywords="openQA webscraping script helper review",
url="https://github.com/okurz/openqa_review",
url="https://github.com/os-autoinst/openqa_review",
packages=['openqa_review'],
py_modules=['version'],
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
Expand Down

0 comments on commit f1ccda1

Please sign in to comment.