From f1ccda1af4ee32f568538af3e2c5fd7819651f2e Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 10 Dec 2018 15:02:05 +0100 Subject: [PATCH] Adapt upstream target to os-autoinst --- README.md | 4 ++-- bin/openqa-review-daily-email | 2 +- dashboard_files/dashboard.html.in | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c6c7d69..8568bd7 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/bin/openqa-review-daily-email b/bin/openqa-review-daily-email index f55bf6f..7b09d33 100755 --- a/bin/openqa-review-daily-email +++ b/bin/openqa-review-daily-email @@ -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 okurz@suse.de\n\nRegards,\nYour openqa_review") | mutt -s "Daily status from ${openqa_host}" -e 'my_hdr From: openqa-review ' $recv diff --git a/dashboard_files/dashboard.html.in b/dashboard_files/dashboard.html.in index 18098a1..2681121 100644 --- a/dashboard_files/dashboard.html.in +++ b/dashboard_files/dashboard.html.in @@ -5,7 +5,7 @@ - + openQA review report @@ -88,7 +88,7 @@ Special sections simply repeat the corresponding status from the complete report above.

- Any feedback regarding the script processing or contact can be communicated using issues on the github repo okurz/openqa_review or directly to okurz@suse.de + Any feedback regarding the script processing or contact can be communicated using issues on the github repo os-autoinst/openqa_review or directly to okurz@suse.de diff --git a/setup.py b/setup.py index cf38669..188d206 100644 --- a/setup.py +++ b/setup.py @@ -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(),