diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-14 17:48:40 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-14 17:49:55 +0100 |
commit | 4722ea598edd6b630227404c48c1c09ac527e9b8 (patch) | |
tree | d003841e5b986b01ef3a14cdf74b5a714261eff9 /reproduce/src/bash/download-multi-try | |
parent | ece9eedff7857d58ed2d0f9f63ce6e28690982e1 (diff) |
Replaced all occurances of pipeline in text
All occurances of "pipeline" have been chanaged to "project" or "template"
withint the text (comments, READMEs, and comments) of the template. The
main template branch is now also named `template'.
This was all because `pipeline' is too generic and couldn't be
distinguished from the base, and customized project.
Diffstat (limited to 'reproduce/src/bash/download-multi-try')
-rwxr-xr-x | reproduce/src/bash/download-multi-try | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/reproduce/src/bash/download-multi-try b/reproduce/src/bash/download-multi-try index 2399b5d..1fd7497 100755 --- a/reproduce/src/bash/download-multi-try +++ b/reproduce/src/bash/download-multi-try @@ -1,4 +1,4 @@ -# Attempt downloading multiple times before crashing whole pipeline. From +# Attempt downloading multiple times before crashing whole project. From # the top project directory (for the shebang above), this script must be # run like this: # @@ -10,13 +10,13 @@ # # Due to temporary network problems, a download may fail suddenly, but # succeed in a second try a few seconds later. Without this script that -# temporary glitch in the network will permanently crash the pipeline and +# temporary glitch in the network will permanently crash the project and # it can't continue. The job of this script is to be patient and try the -# download multiple times before crashing the whole pipeline. +# download multiple times before crashing the whole project. # # LOCK FILE: Since there is ultimately only one network port to the outside # world, downloading is done much faster in serial, not in parallel. But -# the pipeline's processing may be done in parallel (with multiple threads +# the project's processing may be done in parallel (with multiple threads # needing to download different files at the same time). Therefore, this # script uses the `flock' program to only do one download at a time. To # benefit from it, any call to this script must be given the same lock |