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 +++++++-------- reproduce/config/pipeline/INPUTS.mk | 2 +- reproduce/config/pipeline/LOCAL.mk.in | 2 +- reproduce/config/pipeline/dependency-numpy-scipy.cfg | 2 +- reproduce/config/pipeline/pdf-build.mk | 6 +++--- reproduce/config/pipeline/texlive.conf | 5 ++--- 6 files changed, 15 insertions(+), 17 deletions(-) (limited to 'reproduce/config') 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 diff --git a/reproduce/config/pipeline/INPUTS.mk b/reproduce/config/pipeline/INPUTS.mk index dbcb5fe..eb38295 100644 --- a/reproduce/config/pipeline/INPUTS.mk +++ b/reproduce/config/pipeline/INPUTS.mk @@ -1,4 +1,4 @@ -# Input files necessary for this pipeline. +# Input files necessary for this project. # # This file is read by the configure script and running Makefiles. # diff --git a/reproduce/config/pipeline/LOCAL.mk.in b/reproduce/config/pipeline/LOCAL.mk.in index 7de88d3..785bb6a 100644 --- a/reproduce/config/pipeline/LOCAL.mk.in +++ b/reproduce/config/pipeline/LOCAL.mk.in @@ -1,4 +1,4 @@ -# Local pipeline configuration. +# Local project configuration. # # This is just a template for the `./configure' script to fill in. Please # don't make any change to this file. diff --git a/reproduce/config/pipeline/dependency-numpy-scipy.cfg b/reproduce/config/pipeline/dependency-numpy-scipy.cfg index 7590427..4b7a7b0 100644 --- a/reproduce/config/pipeline/dependency-numpy-scipy.cfg +++ b/reproduce/config/pipeline/dependency-numpy-scipy.cfg @@ -1,4 +1,4 @@ -# THIS IS A COPY OF NUMPY'S site.cfg.example, CUSTOMIZED FOR THIS PIPELINE +# THIS IS A COPY OF NUMPY'S site.cfg.example, CUSTOMIZED FOR THIS TEMPLATE # ------------------------------------------------------------------------ # This file provides configuration information about non-Python diff --git a/reproduce/config/pipeline/pdf-build.mk b/reproduce/config/pipeline/pdf-build.mk index 02af72d..3a86ff3 100644 --- a/reproduce/config/pipeline/pdf-build.mk +++ b/reproduce/config/pipeline/pdf-build.mk @@ -1,9 +1,9 @@ # Make the final PDF? # ------------------- # -# During the testing a pipeline, it is usually not necessary to build the -# PDF file (which makes a lot of output lines on the command-line and can -# make it hard to find the commands and possible errors (and their +# During the project's early phases, it is usually not necessary to build +# the PDF file (which makes a lot of output lines on the command-line and +# can make it hard to find the commands and possible errors (and their # outputs). Also, in some cases, only the produced results may be of # interest and not the final PDF, so LaTeX (and its necessary packages) may # not be installed. diff --git a/reproduce/config/pipeline/texlive.conf b/reproduce/config/pipeline/texlive.conf index 8a9fb8e..53054e1 100644 --- a/reproduce/config/pipeline/texlive.conf +++ b/reproduce/config/pipeline/texlive.conf @@ -1,7 +1,6 @@ # Basic profile for build. Values to set: # # installdir: Install directory -# topdir: Top pipeline directory # # Copyright (C) 2018-2019 Mohammad Akhlaghi # @@ -11,11 +10,11 @@ # warranty. selected_scheme scheme-basic TEXDIR @installdir@/texlive/2018 -TEXMFCONFIG @topdir@/.texlive2018/texmf-config +TEXMFCONFIG @installdir@/texlive2018/texmf-config TEXMFLOCAL @installdir@/texlive/texmf-local TEXMFSYSCONFIG @installdir@/texlive/2018/texmf-config TEXMFSYSVAR @installdir@/texlive/2018/texmf-var -TEXMFVAR @topdir@/.texlive2018/texmf-var +TEXMFVAR @installdir@/texlive2018/texmf-var instopt_adjustpath 0 instopt_adjustrepo 1 instopt_letter 0 -- cgit v1.2.1