All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
@ 2021-12-01 13:59 Michael Opdenacker
  2021-12-03  9:34 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 9+ messages in thread
From: Michael Opdenacker @ 2021-12-01 13:59 UTC (permalink / raw)
  To: yocto; +Cc: docs, Michael Opdenacker

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



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-08 22:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 13:59 [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch Michael Opdenacker
2021-12-03  9:34 ` [docs] " 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

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.