From d514acdf5ea192f79ebdbad2baf3f32f94411584 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 25 Feb 2017 18:20:31 +0100 Subject: d-i: typos Signed-off-by: Holger Levsen --- bin/d-i_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index f30403a0..19059c5e 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -52,7 +52,7 @@ iso_target() { preserve_artifacts() { # - # Check is we're in a pu/* branch, and if so save the udebs + # Check if we're in a pu/* branch, and if so save the udebs # if udeb_dir=$(replace_origin_pu "/srv/udebs/" $GIT_BRANCH) ; then if [ "$JOB_NAME" != "d-i_pu-triggered_debian-installer" ] ; then @@ -133,7 +133,7 @@ pdebuild_package() { fi # # if we got a valid TRIGGERING_BRANCH passed in as a parameter from the triggering job - # then grab the generated udebs. FIXME -- we need to work work out a way of cleaning up old branches + # then grab the generated udebs. FIXME -- we need to work out a way of cleaning up old branches # if udeb_dir=$(replace_origin_pu "/srv/udebs/" $TRIGGERING_BRANCH) ; then cp $udeb_dir/* build/localudebs -- cgit v1.2.3-54-g00ecf