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/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 ++--- 5 files changed, 8 insertions(+), 9 deletions(-) (limited to 'reproduce/config/pipeline') 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