summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2017-02-25 18:20:31 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-06 10:53:32 +0100
commitd514acdf5ea192f79ebdbad2baf3f32f94411584 (patch)
tree96cd9ae4b8e2963efc797da29a6669c2db2563cc /bin/d-i_build.sh
parentac42207105661c1cae830a3135dad30d10f2486b (diff)
downloadjenkins.debian.net-d514acdf5ea192f79ebdbad2baf3f32f94411584.tar.xz
d-i: typos
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh4
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