public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] glibc_create_output_step correct glibc-*tar* path, add pdf
@ 2023-08-19 18:56 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-08-19 18:56 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

---
 builder/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index f4f7aa5..a463036 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -4727,8 +4727,8 @@ glibc_create_output_step = steps.ShellCommand(
         workdir='glibc-build',
         name="create output",
         command="mkdir -p /home/builder/shared/output/{src,manual} &&"
-        + "mv ../glibc/glibc/glibc-*tar* /home/builder/shared/output/src; "
-        + "mv glibc-dist/glibc-build/manual/libc.html /home/builder/shared/output/manual/; "
+        + "mv ../glibc/glibc-*tar* /home/builder/shared/output/src; "
+        + "mv glibc-dist/glibc-build/manual/libc.{html,pdf} /home/builder/shared/output/manual/; "
         + "mv glibc-dist/glibc-build/manual/libc /home/builder/shared/output/manual/html_node; "
         + "mv glibc-dist/glibc-build/manual/libc*gz /home/builder/shared/output/manual/")
 glibc_create_publish_file_step = steps.ShellCommand(
-- 
2.39.3


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

only message in thread, other threads:[~2023-08-19 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-19 18:56 [PATCH] glibc_create_output_step correct glibc-*tar* path, add pdf 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).