From 81ddbe9daa5c2597b2ff32178a51ef4a371493ba Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 1 May 2019 13:46:37 +1200 Subject: [PATCH 1/2] Fix links in README for badges, and links from setup.py --- README.md | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03a410cd23d..af6a3eaead2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # The Cylc Workflow Engine -[![Build Status](https://travis-ci.org/cylc/cylc.svg?branch=master)](https://travis-ci.org/cylc/cylc) +[![Build Status](https://travis-ci.org/cylc/cylc-flow.svg?branch=master)](https://travis-ci.org/cylc/cylc-flow) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/1d6a97bf05114066ae30b63dcb0cdcf9)](https://www.codacy.com/app/Cylc/cylc?utm_source=github.com&utm_medium=referral&utm_content=cylc/cylc&utm_campaign=Badge_Grade) -[![codecov](https://codecov.io/gh/cylc/cylc/branch/master/graph/badge.svg)](https://codecov.io/gh/cylc/cylc) +[![codecov](https://codecov.io/gh/cylc/cylc-flow/branch/master/graph/badge.svg)](https://codecov.io/gh/cylc/cylc-flow) [![DOI](https://zenodo.org/badge/1836229.svg)](https://zenodo.org/badge/latestdoi/1836229) [![DOI](http://joss.theoj.org/papers/10.21105/joss.00737/status.svg)](https://doi.org/10.21105/joss.00737) diff --git a/setup.py b/setup.py index 810902ef172..8d786748bc9 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def do_run(self, builder: str, output_dir: str): extras_require=extra_requires, project_urls={ "Documentation": "https://cylc.github.io/documentation.html", - "Source": "https://github.com/cylc/cylc", - "Tracker": "https://github.com/cylc/cylc/issues" + "Source": "https://github.com/cylc/cylc-flow", + "Tracker": "https://github.com/cylc/cylc-flow/issues" } ) From 0a1a0fcfa563884f123396b7e17bd042611272bc Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Wed, 1 May 2019 13:46:53 +1200 Subject: [PATCH 2/2] Fix links to cylc-flow in comments and other files --- .travis.yml | 2 +- CONTRIBUTING.md | 13 +++++++------ doc/src/appendices/known-issues.rst | 2 +- doc/src/suite-design-guide/roadmap.rst | 2 +- lib/cylc/scheduler.py | 2 +- tests/authentication/11-suite2-stop-suite1.t | 2 +- tests/broadcast/08-space.t | 2 +- tests/cylc-get-site-config/04-homeless.t | 2 +- tests/cylc-trigger/06-reset-ready.t | 2 +- tests/events/45-task-event-handler-multi-warning.t | 2 +- tests/hold-release/20-reset-waiting-output.t | 2 +- tests/intercycle/02-integer-abs.t | 2 +- tests/intercycle/03-datetime-abs.t | 2 +- tests/intercycle/04-datetime-abs-2.t | 2 +- tests/intercycle/05-datetime-abs-3.t | 2 +- tests/job-file-trap/00-sigusr1.t | 2 +- tests/job-file-trap/02-pipefail.t | 2 +- tests/reload/14-waiting.t | 3 ++- tests/reload/15-state-summary.t | 2 +- tests/reload/21-submit-fail.t | 2 +- tests/restart/13-bad-job-host.t | 2 +- tests/restart/32-reload-runahead-no-stop-point.t | 2 +- tests/restart/33-simulation.t | 2 +- tests/restart/42-auto-restart-ping-pong.t | 2 +- tests/special/08-clock-triggered-0.t | 2 +- tests/startup/00-state-summary.t | 2 +- tests/triggering/19-and-suicide.t | 2 +- tests/triggering/19-and-suicide/suite.rc | 2 +- tests/validate/50-hyphen-fam.t | 2 +- tests/validate/51-zero-interval.t | 2 +- tests/validate/55-hyphen-finish.t | 2 +- 31 files changed, 38 insertions(+), 36 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30ec8d2242f..1de5abe0f64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ # Test results get posted back to Github. By default Travis will run tests on any # pull requests, adding a comment on the pull request page to say if the tests # pass or fail, it will also test any new commits, showing the test results on -# the branch page, e.g. https://github.com/cylc/cylc/branches. +# the branch page, e.g. https://github.com/cylc/cylc-flow/branches. # # Connecting a Cylc branch # ------------------------ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b01fd5e803..4e6160e3327 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,21 +3,22 @@ ## Report Bugs Report bugs by opening an issue at [Cylc Issues on -Github](https://github.com/cylc/cylc/issues). Give the Cylc version affected -by the bug (you should test the latest release if possible) and a recipe to -reproduce the problem. +Github](https://github.com/cylc/cylc-flow/issues). Give the Cylc version +affected by the bug (you should test the latest release if possible) and a +recipe to reproduce the problem. ## Request Enhancements Request enhancements by opening an issue at [Cylc Issues @ -Github](https://github.com/cylc/cylc/issues). Describe your use case in detail. +Github](https://github.com/cylc/cylc-flow/issues). Describe your use case in +detail. ## Contribute Code All contributions to Cylc are made via Pull Requests against the *master* -branch of [cylc/cylc](https://github.com/cylc/cylc). Non-trivial +branch of [cylc/cylc-flow](https://github.com/cylc/cylc-flow). Non-trivial developments must be discussed and agreed in advance in a [Cylc -Issue](https://github.com/cylc/cylc/issues) as the team may not be able to +Issue](https://github.com/cylc/cylc-flow/issues) as the team may not be able to consider large changes that appear out of the blue. New contributors should add their details to the [Code Contributors](#code-contributors) section of this file as part of their first Pull Request, and reviewers are responsible diff --git a/doc/src/appendices/known-issues.rst b/doc/src/appendices/known-issues.rst index 9c9a82c1499..e7865d09ce0 100644 --- a/doc/src/appendices/known-issues.rst +++ b/doc/src/appendices/known-issues.rst @@ -10,7 +10,7 @@ Current Known Issues -------------------- The best place to find current known issues is on -`GitHub `_. +`GitHub `_. .. _NotableKnownIssues: diff --git a/doc/src/suite-design-guide/roadmap.rst b/doc/src/suite-design-guide/roadmap.rst index ceabe806c69..304214533d8 100644 --- a/doc/src/suite-design-guide/roadmap.rst +++ b/doc/src/suite-design-guide/roadmap.rst @@ -29,7 +29,7 @@ suite, which breaks the otherwise clean separation into core and site files. .. note:: - In the future we `plan to `_ + In the future we `plan to `_ support add, subtract, unset, and override semantics for all items. diff --git a/lib/cylc/scheduler.py b/lib/cylc/scheduler.py index f778d590ac5..18386fa26ba 100644 --- a/lib/cylc/scheduler.py +++ b/lib/cylc/scheduler.py @@ -1382,7 +1382,7 @@ def can_auto_restart(self): ('stop_clock_time', self.stop_clock_time), ('stop_point', (self.stop_point and self.stop_point != self.final_point)), - # ^ https://github.com/cylc/cylc/issues/2799#issuecomment-436720805 + # ^ cylc/cylc-flow/issues/2799#issuecomment-436720805 ('stop_task', self.stop_task) ] if value] diff --git a/tests/authentication/11-suite2-stop-suite1.t b/tests/authentication/11-suite2-stop-suite1.t index e4050d5db4a..182992ff0cc 100755 --- a/tests/authentication/11-suite2-stop-suite1.t +++ b/tests/authentication/11-suite2-stop-suite1.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test calling "cylc shutdown suite1" from suite2. -# See https://github.com/cylc/cylc/issues/1843 +# See https://github.com/cylc/cylc-flow/issues/1843 . "$(dirname "$0")/test_header" set_test_number 1 diff --git a/tests/broadcast/08-space.t b/tests/broadcast/08-space.t index d47ab4fdbfe..0dd64f863f5 100755 --- a/tests/broadcast/08-space.t +++ b/tests/broadcast/08-space.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- -# Test broadcast -s '[foo] bar=baz' syntax. cylc/cylc#1680 +# Test broadcast -s '[foo] bar=baz' syntax. cylc/cylc-flow#1680 . "$(dirname "$0")/test_header" set_test_number 2 install_suite "${TEST_NAME_BASE}" "${TEST_NAME_BASE}" diff --git a/tests/cylc-get-site-config/04-homeless.t b/tests/cylc-get-site-config/04-homeless.t index 6e98d1b733c..41ffe11befc 100644 --- a/tests/cylc-get-site-config/04-homeless.t +++ b/tests/cylc-get-site-config/04-homeless.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test on absence HOME (cylc/cylc#2895) +# Test on absence HOME (cylc/cylc-flow#2895) . "$(dirname "$0")/test_header" set_test_number 3 diff --git a/tests/cylc-trigger/06-reset-ready.t b/tests/cylc-trigger/06-reset-ready.t index ac96c0c333e..160186c6883 100755 --- a/tests/cylc-trigger/06-reset-ready.t +++ b/tests/cylc-trigger/06-reset-ready.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test "cylc trigger" a task should reset its output to incomplete. -# https://github.com/cylc/cylc/issues/1852 +# https://github.com/cylc/cylc-flow/issues/1852 . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/events/45-task-event-handler-multi-warning.t b/tests/events/45-task-event-handler-multi-warning.t index e7f23d6963e..d03bf3237e7 100755 --- a/tests/events/45-task-event-handler-multi-warning.t +++ b/tests/events/45-task-event-handler-multi-warning.t @@ -17,7 +17,7 @@ #------------------------------------------------------------------------------- # Test that simultaneous warnings from a task job are all handled by the # warning event handler. -# https://github.com/cylc/cylc/issues/2806 +# https://github.com/cylc/cylc-flow/issues/2806 . "$(dirname "$0")/test_header" diff --git a/tests/hold-release/20-reset-waiting-output.t b/tests/hold-release/20-reset-waiting-output.t index 21f15137a45..419fd402224 100755 --- a/tests/hold-release/20-reset-waiting-output.t +++ b/tests/hold-release/20-reset-waiting-output.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test reset succeeded task to waiting will reset its outputs. -# https://github.com/cylc/cylc/issues/2115 +# https://github.com/cylc/cylc-flow/issues/2115 . "$(dirname "$0")/test_header" set_test_number 2 install_suite "${TEST_NAME_BASE}" "${TEST_NAME_BASE}" diff --git a/tests/intercycle/02-integer-abs.t b/tests/intercycle/02-integer-abs.t index 77fcf7da453..79209aa12da 100644 --- a/tests/intercycle/02-integer-abs.t +++ b/tests/intercycle/02-integer-abs.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test dependency on absolute integer point -# https://github.com/cylc/cylc/issues/1394 +# https://github.com/cylc/cylc-flow/issues/1394 . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/intercycle/03-datetime-abs.t b/tests/intercycle/03-datetime-abs.t index 86f43f6d1d8..13b978b89a6 100644 --- a/tests/intercycle/03-datetime-abs.t +++ b/tests/intercycle/03-datetime-abs.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test dependency on absolute datetime point -# https://github.com/cylc/cylc/issues/1951 +# https://github.com/cylc/cylc-flow/issues/1951 . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/intercycle/04-datetime-abs-2.t b/tests/intercycle/04-datetime-abs-2.t index ccf94499a79..595bd5806f4 100644 --- a/tests/intercycle/04-datetime-abs-2.t +++ b/tests/intercycle/04-datetime-abs-2.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test dependency on absolute datetime point -# https://github.com/cylc/cylc/issues/1951 +# https://github.com/cylc/cylc-flow/issues/1951 . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/intercycle/05-datetime-abs-3.t b/tests/intercycle/05-datetime-abs-3.t index 86f43f6d1d8..13b978b89a6 100644 --- a/tests/intercycle/05-datetime-abs-3.t +++ b/tests/intercycle/05-datetime-abs-3.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test dependency on absolute datetime point -# https://github.com/cylc/cylc/issues/1951 +# https://github.com/cylc/cylc-flow/issues/1951 . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/job-file-trap/00-sigusr1.t b/tests/job-file-trap/00-sigusr1.t index b992b808f2f..fdf22f4dd3f 100755 --- a/tests/job-file-trap/00-sigusr1.t +++ b/tests/job-file-trap/00-sigusr1.t @@ -89,7 +89,7 @@ run_tests() { # Programs running in some environment is unable to trap SIGUSR1. E.g.: # An environment documented in this comment: -# https://github.com/cylc/cylc/pull/1648#issuecomment-149348410 +# https://github.com/cylc/cylc-flow/pull/1648#issuecomment-149348410 trap 'run_tests' 'SIGUSR1' kill -s 'SIGUSR1' "$$" sleep 1 diff --git a/tests/job-file-trap/02-pipefail.t b/tests/job-file-trap/02-pipefail.t index e7384c315e8..478a58d489c 100755 --- a/tests/job-file-trap/02-pipefail.t +++ b/tests/job-file-trap/02-pipefail.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- -# Test pipefail cylc/cylc#1783 +# Test pipefail cylc/cylc-flow#1783 . "$(dirname "$0")/test_header" set_test_number 4 diff --git a/tests/reload/14-waiting.t b/tests/reload/14-waiting.t index 41b1a86028f..82441b6cf1c 100755 --- a/tests/reload/14-waiting.t +++ b/tests/reload/14-waiting.t @@ -15,7 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- -# Test reload a waiting task does not cause DB integrity error. cylc/cylc#1221 +# Test reload a waiting task does not cause DB integrity error. +# cylc/cylc-flow#1221 . $(dirname $0)/test_header set_test_number 3 install_suite "${TEST_NAME_BASE}" "${TEST_NAME_BASE}" diff --git a/tests/reload/15-state-summary.t b/tests/reload/15-state-summary.t index eb661c07bd3..a264ef38ac0 100644 --- a/tests/reload/15-state-summary.t +++ b/tests/reload/15-state-summary.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test that the state summary updates immediately when a reload finishes. -# See https://github.com/cylc/cylc/pull/1756 +# See https://github.com/cylc/cylc-flow/pull/1756 . $(dirname $0)/test_header #------------------------------------------------------------------------------- set_test_number 2 diff --git a/tests/reload/21-submit-fail.t b/tests/reload/21-submit-fail.t index 72d14d12309..72f09e3b17e 100755 --- a/tests/reload/21-submit-fail.t +++ b/tests/reload/21-submit-fail.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test task submit failed + reload -# https://github.com/cylc/cylc/issues/2964 +# https://github.com/cylc/cylc-flow/issues/2964 . "$(dirname "$0")/test_header" set_test_number 4 diff --git a/tests/restart/13-bad-job-host.t b/tests/restart/13-bad-job-host.t index 241920c1181..5470e0be336 100755 --- a/tests/restart/13-bad-job-host.t +++ b/tests/restart/13-bad-job-host.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test restarting a suite when the host of a submitted or running job is not -# available. https://github.com/cylc/cylc/issues/1327 +# available. https://github.com/cylc/cylc-flow/issues/1327 CYLC_TEST_IS_GENERIC=false . "$(dirname "$0")/test_header" set_test_remote_host diff --git a/tests/restart/32-reload-runahead-no-stop-point.t b/tests/restart/32-reload-runahead-no-stop-point.t index 4ae5ebb269a..20a5484b58f 100755 --- a/tests/restart/32-reload-runahead-no-stop-point.t +++ b/tests/restart/32-reload-runahead-no-stop-point.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- -# Test cylc/cylc#2722 +# Test cylc/cylc-flow#2722 . "$(dirname "$0")/test_header" set_test_number 3 diff --git a/tests/restart/33-simulation.t b/tests/restart/33-simulation.t index 11cf828437f..c5d0912ee4b 100644 --- a/tests/restart/33-simulation.t +++ b/tests/restart/33-simulation.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- -# Test cylc/cylc#2788 +# Test cylc/cylc-flow#2788 . "$(dirname "$0")/test_header" set_test_number 3 diff --git a/tests/restart/42-auto-restart-ping-pong.t b/tests/restart/42-auto-restart-ping-pong.t index 0f2b282139e..c7265de2568 100644 --- a/tests/restart/42-auto-restart-ping-pong.t +++ b/tests/restart/42-auto-restart-ping-pong.t @@ -41,7 +41,7 @@ TEST_DIR="$HOME/cylc-run/" init_suite "${TEST_NAME_BASE}" <<< ' abort if any task fails = True [scheduling] initial cycle point = 2000 - final cycle point = 9999 # test https://github.com/cylc/cylc/issues/2799 + final cycle point = 9999 # test cylc/cylc-flow/issues/2799 [[dependencies]] [[[P1Y]]] graph = foo[-P1Y] => foo diff --git a/tests/special/08-clock-triggered-0.t b/tests/special/08-clock-triggered-0.t index bc968fc8d30..47da847c303 100644 --- a/tests/special/08-clock-triggered-0.t +++ b/tests/special/08-clock-triggered-0.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test clock triggering is working, with no offset argument -# https://github.com/cylc/cylc/issues/1417 +# https://github.com/cylc/cylc-flow/issues/1417 . $(dirname $0)/test_header #------------------------------------------------------------------------------- set_test_number 4 diff --git a/tests/startup/00-state-summary.t b/tests/startup/00-state-summary.t index 7de935f06e0..33171182900 100644 --- a/tests/startup/00-state-summary.t +++ b/tests/startup/00-state-summary.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test that the state summary updates immediately on start-up. -# See https://github.com/cylc/cylc/pull/1756 +# See https://github.com/cylc/cylc-flow/pull/1756 . $(dirname $0)/test_header #------------------------------------------------------------------------------- set_test_number 2 diff --git a/tests/triggering/19-and-suicide.t b/tests/triggering/19-and-suicide.t index f6a68a464c4..a6d1a84042e 100644 --- a/tests/triggering/19-and-suicide.t +++ b/tests/triggering/19-and-suicide.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test "and" outputs from 2 tasks triggering suicide. -# https://github.com/cylc/cylc/issues/2655 +# https://github.com/cylc/cylc-flow/issues/2655 . "$(dirname "$0")/test_header" set_test_number 3 install_suite "${TEST_NAME_BASE}" "${TEST_NAME_BASE}" diff --git a/tests/triggering/19-and-suicide/suite.rc b/tests/triggering/19-and-suicide/suite.rc index dc02e72b025..f471ff4a557 100644 --- a/tests/triggering/19-and-suicide/suite.rc +++ b/tests/triggering/19-and-suicide/suite.rc @@ -12,7 +12,7 @@ """ [runtime] [[t0]] - # https://github.com/cylc/cylc/issues/2655 + # https://github.com/cylc/cylc-flow/issues/2655 # "t2.1" should not suicide on "t1.1:failed" script = sleep 10 [[t1]] diff --git a/tests/validate/50-hyphen-fam.t b/tests/validate/50-hyphen-fam.t index 26286cb892a..6752c05c13e 100755 --- a/tests/validate/50-hyphen-fam.t +++ b/tests/validate/50-hyphen-fam.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test validation of task name with a XXX-FAM pattern. -# See issue cylc/cylc#1778 where validation of the following valid suite failed. +# See issue cylc/cylc-flow#1778 where validation of the following valid suite failed. . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/validate/51-zero-interval.t b/tests/validate/51-zero-interval.t index 736dcee72af..b80f0c7c8d0 100755 --- a/tests/validate/51-zero-interval.t +++ b/tests/validate/51-zero-interval.t @@ -16,7 +16,7 @@ # along with this program. If not, see . #------------------------------------------------------------------------------- # Test validation error message on zero-width date-time interval. -# See issue cylc/cylc#1800. +# See issue cylc/cylc-flow#1800. . "$(dirname "$0")/test_header" set_test_number 2 diff --git a/tests/validate/55-hyphen-finish.t b/tests/validate/55-hyphen-finish.t index b8c5fea5f29..b1f6bf7136d 100755 --- a/tests/validate/55-hyphen-finish.t +++ b/tests/validate/55-hyphen-finish.t @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test hyphen in task name + ":finish". See cylc/cylc#1949. +# Test hyphen in task name + ":finish". See cylc/cylc-flow#1949. . "$(dirname "$0")/test_header"