Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
e724e88b
Commit
e724e88b
authored
May 18, 2020
by
Jelmer Vernooij
Committed by
Holger Levsen
May 18, 2020
Browse files
Avoid nonexistent output_echo, use echo instead.
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
e385cfbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/janitor_setup_worker.sh
View file @
e724e88b
...
@@ -32,9 +32,9 @@ DISTRO=unstable
...
@@ -32,9 +32,9 @@ DISTRO=unstable
mkdir
-p
$TARGET
/chroots
mkdir
-p
$TARGET
/chroots
if
[
-d
$TARGET
/chroots/janitor-
$DISTRO
-
$ARCH
]
;
then
if
[
-d
$TARGET
/chroots/janitor-
$DISTRO
-
$ARCH
]
;
then
output_
echo
"chroot for
$DISTRO
/
$ARCH
exists, good."
echo
"chroot for
$DISTRO
/
$ARCH
exists, good."
else
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
sudo
sbuild-createchroot
$DISTRO
$TARGET
/chroots/janitor-
$DISTRO
-
$ARCH
http://deb.debian.org/debian
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment