public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Containerfile-opensuse-leap: Fix image_name
@ 2022-06-15 13:49 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-15 13:49 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-15 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 13:49 [COMMITTED] Containerfile-opensuse-leap: Fix image_name Mark Wielaard

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).