From 080d9176fa3fc281cf7974b8431a6c5f3be62dab Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 13 Nov 2018 14:09:13 +0000 Subject: Version of programs checked on each run of pipeline The version of all programs is now checked in `reproduce/make/src/initialize.mk' and the pipeline won't complete if any of the program versions change from those listed in `reproduce/config/pipeline/dependency-versions.mk'. Since the pipeline is systematically checking all program versions, we don't need Gnuastro's `--onlyversion' option any more. So it (and all references to it) have been removed. --- reproduce/config/gnuastro/gnuastro.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'reproduce/config/gnuastro/gnuastro.conf') diff --git a/reproduce/config/gnuastro/gnuastro.conf b/reproduce/config/gnuastro/gnuastro.conf index ce8d990..561df9f 100644 --- a/reproduce/config/gnuastro/gnuastro.conf +++ b/reproduce/config/gnuastro/gnuastro.conf @@ -4,9 +4,7 @@ # 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). Uncomment the `onlyversion' option -# when the paper/pipeline is ready to be published and set the value -# of X.X accordingly. +# system wide configuration files). # # The rest of this configuration file in this template reproduction # pipeline is taken from the default Gnuastro configuration from its @@ -14,7 +12,6 @@ # Reproduction pipeline (`config' has to be before `lastconfig'). config .gnuastro/gnuastro-local.conf -#onlyversion X.X lastconfig 1 # Input: -- cgit v1.2.1