[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Avoid nonexistent output_echo, use echo instead.
Holger Levsen
gitlab at salsa.debian.org
Mon May 18 09:11:31 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e724e88b by Jelmer Vernooij at 2020-05-18T10:11:13+02:00
Avoid nonexistent output_echo, use echo instead.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/janitor_setup_worker.sh
Changes:
=====================================
bin/janitor_setup_worker.sh
=====================================
@@ -32,9 +32,9 @@ DISTRO=unstable
mkdir -p $TARGET/chroots
if [ -d $TARGET/chroots/janitor-$DISTRO-$ARCH ] ; then
- output_echo "chroot for $DISTRO/$ARCH exists, good."
+ echo "chroot for $DISTRO/$ARCH exists, good."
else
- output_echo "preparing chroot for $DISTRO/$ARCH."
+ echo "preparing chroot for $DISTRO/$ARCH."
sudo sbuild-createchroot $DISTRO $TARGET/chroots/janitor-$DISTRO-$ARCH http://deb.debian.org/debian
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e724e88ba28fae32909b0c78d469b5fbd4b7d536
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e724e88ba28fae32909b0c78d469b5fbd4b7d536
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200518/0459eb2a/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list