public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [COMMITTED] Containerfile-opensuse-leap: Fix image_name
Date: Wed, 15 Jun 2022 15:49:35 +0200	[thread overview]
Message-ID: <20220615134935.5831-1-mark@klomp.org> (raw)

The image_name was set to opensuse-tumbleweed which was slightly
confusing in the logs (but didn't really break anything).
---
 builder/containers/Containerfile-opensuse-leap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-opensuse-leap b/builder/containers/Containerfile-opensuse-leap
index 77f94d5..336548d 100644
--- a/builder/containers/Containerfile-opensuse-leap
+++ b/builder/containers/Containerfile-opensuse-leap
@@ -25,7 +25,7 @@ RUN useradd -u 1001 -U -d /home/builder -m builder
 # Create buildbot-worker script which sets up shared worker and ccache
 # data with the host. Each run gets a new password, so update that too.
 RUN cd /home/builder; \
-    echo $'image_name=opensuse-tumbleweed\n\
+    echo $'image_name=opensuse-leap\n\
         worker_dir=shared/$image_name/worker\n\
         tac_file=$worker_dir/buildbot.tac\n\
         if [ ! -f $tac_file ]; then\n\
-- 
2.18.4


                 reply	other threads:[~2022-06-15 13:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220615134935.5831-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).