From dadeec9d396382d42bae0cf490dc55456fa71199 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 17 Mar 2020 22:09:51 +0000 Subject: stagefiles: fix doc mistake missed in final revision of fe9195b59c9647598ecea00900edfe2678bddcac Gbp-Dch: Ignore --- scripts/build/bootstrap_cache | 2 +- scripts/build/chroot_cache | 2 +- scripts/build/chroot_install-packages | 2 +- scripts/build/chroot_package-lists | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 8cbf30536..0338c9ef4 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -32,7 +32,7 @@ fi _ACTION="${1}" shift -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Note, this (plus the applicable extension added below) must match that used in `bootstrap_debootstrap` STAGE_FILE="bootstrap_cache.${_ACTION}" diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index cf526169e..242858729 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -29,7 +29,7 @@ fi _ACTION="${1}" shift -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Setting to default name with appended action name STAGE_FILE="$(Stagefile_name "${_ACTION}")" diff --git a/scripts/build/chroot_install-packages b/scripts/build/chroot_install-packages index 42c45f2bf..1a86b3c70 100755 --- a/scripts/build/chroot_install-packages +++ b/scripts/build/chroot_install-packages @@ -29,7 +29,7 @@ Echo_message "Begin installing packages (${_PASS} pass)..." # Requiring stage file Require_stagefile config bootstrap -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Setting to default name with appended action name STAGE_FILE="$(Stagefile_name "${_PASS}")" diff --git a/scripts/build/chroot_package-lists b/scripts/build/chroot_package-lists index a069530a9..a25f552b0 100755 --- a/scripts/build/chroot_package-lists +++ b/scripts/build/chroot_package-lists @@ -29,7 +29,7 @@ Echo_message "Begin queueing installation of package lists (${_PASS} pass)..." # Requiring stage file Require_stagefile config bootstrap -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Setting to default name with appended action name STAGE_FILE="$(Stagefile_name "${_PASS}")" -- cgit v1.2.3