From 4722ea598edd6b630227404c48c1c09ac527e9b8 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 14 Apr 2019 17:48:40 +0100 Subject: 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. --- reproduce/config/gnuastro/gnuastro.conf | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'reproduce/config/gnuastro') diff --git a/reproduce/config/gnuastro/gnuastro.conf b/reproduce/config/gnuastro/gnuastro.conf index fbdfa37..57fcadc 100644 --- a/reproduce/config/gnuastro/gnuastro.conf +++ b/reproduce/config/gnuastro/gnuastro.conf @@ -1,14 +1,13 @@ # Default values for the common options to all the programs in GNU # Astronomy Utitlies. # -# IMPORTANT NOTE FOR THE REPRODUCTION PIPELINE: The `lastconfig' -# option is very important here, because we don't want any of -# Gnuastro's programs to go into an un-controlled environment (user or -# system wide configuration files). +# IMPORTANT NOTE: The `lastconfig' option is very important in a +# reproducible environment. Because we don't want any of Gnuastro's +# programs to go into an un-controlled environment (user or system wide +# configuration files). # -# The rest of this configuration file in this template reproduction -# pipeline is taken from the default Gnuastro configuration from its -# source (`bin/gnuastro.conf'). +# The rest of this configuration file is taken from the default Gnuastro +# configuration from its source (`bin/gnuastro.conf'). # # Copyright (C) 2018-2019 Mohammad Akhlaghi # @@ -17,7 +16,7 @@ # this notice are preserved. This file is offered as-is, without any # warranty. -# Reproduction pipeline (`config' has to be before `lastconfig'). +# Local project settings (`config' has to be before `lastconfig'). config .gnuastro/gnuastro-local.conf lastconfig 1 -- cgit v1.2.1