All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: yocto@lists.yoctoproject.org
Cc: docs@lists.yoctoproject.org,
	Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Date: Wed,  1 Dec 2021 14:59:49 +0100	[thread overview]
Message-ID: <20211201135949.193842-1-michael.opdenacker@bootlin.com> (raw)

No longer necessary now that the transition from DocBook to Sphinx is over

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 scripts/run-docs-build | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index 4451018..724d709 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -58,12 +58,6 @@ make clean
 make publish
 cp -r ./_build/final/* $outputdir
 
-cd $ypdocs
-git checkout transition
-make clean
-make publish
-cp -r ./_build/final/* $outputdir/
-
 cd $ypdocs
 git checkout master-next
 make clean
-- 
2.25.1



             reply	other threads:[~2021-12-01 14:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01 13:59 Michael Opdenacker [this message]
2021-12-03  9:34 ` [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch Quentin Schulz
2021-12-03  9:49   ` Nicolas Dechesne
2021-12-03 10:02     ` Quentin Schulz
2021-12-03 10:48       ` Nicolas Dechesne
2021-12-03 10:51         ` Quentin Schulz
2021-12-08 21:57           ` Michael Opdenacker
2021-12-08 22:08             ` Nicolas Dechesne
2021-12-08 22:20               ` Tim Orling

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=20211201135949.193842-1-michael.opdenacker@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    --cc=yocto@lists.yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.