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. --- for-group | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'for-group') diff --git a/for-group b/for-group index 835266d..6c82910 100755 --- a/for-group +++ b/for-group @@ -6,12 +6,13 @@ # $ ./for-group group_name make [OPTIONS] # # This is a wrapper for the configure and Make steps designed for a group -# of users (sharing the same group name) using this pipeline on the same +# of users (sharing the same group name) working on the project in the same # build directory. # # When the configuration (normally done with `./configure') and build # (normally done with `.local/bin/make') steps are done with this script, -# all the files that are created within the pipeline have these properties: +# all the files that are created within the project will have these +# properties: # # 1) Group owner will be the group specified in the command-line. # 2) The permission flags give write access to the group members. -- cgit v1.2.1