diff options
author | Philip Hands <phil@hands.com> | 2017-02-25 18:20:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-06 10:53:32 +0100 |
commit | d514acdf5ea192f79ebdbad2baf3f32f94411584 (patch) | |
tree | 96cd9ae4b8e2963efc797da29a6669c2db2563cc | |
parent | ac42207105661c1cae830a3135dad30d10f2486b (diff) | |
download | jenkins.debian.net-d514acdf5ea192f79ebdbad2baf3f32f94411584.tar.xz |
d-i: typos
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/d-i_build.sh | 4 |
1 files 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 |