diff options
Diffstat (limited to 'reproduce/config/gnuastro')
-rw-r--r-- | reproduce/config/gnuastro/gnuastro.conf | 15 |
1 files changed, 7 insertions, 8 deletions
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 <mohammad@akhlaghi.org> # @@ -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 |