All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/run-docs-build: build hardknott docs
@ 2021-04-01 16:26 Nicolas Dechesne
  2021-04-02  9:00 ` [docs] " Michael Opdenacker
  2021-04-02  9:05 ` Quentin Schulz
  0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Dechesne @ 2021-04-01 16:26 UTC (permalink / raw)
  To: richard.purdie; +Cc: docs, Nicolas Dechesne

The branches exist now, let's publish the corresponding docs.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
---
 scripts/run-docs-build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index 9c7ec8d..4af23fd 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -34,7 +34,7 @@ mkdir $outputdir/bitbake/next
 cp -r ./_build/final/* $outputdir/bitbake/next
 
 # stable branches
-for branch in 1.46 1.48; do
+for branch in 1.46 1.48 1.50; do
     git checkout $branch
     make clean
     make publish
@@ -67,7 +67,7 @@ mkdir $outputdir/next
 cp -r ./_build/final/* $outputdir/next
 
 # stable branches
-for branch in dunfell gatesgarth; do
+for branch in dunfell gatesgarth hardknott; do
     cd $ypdocs
     git checkout $branch
     make clean
-- 
2.31.0


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

* Re: [docs] [PATCH] scripts/run-docs-build: build hardknott docs
  2021-04-01 16:26 [PATCH] scripts/run-docs-build: build hardknott docs Nicolas Dechesne
@ 2021-04-02  9:00 ` Michael Opdenacker
  2021-04-02  9:05 ` Quentin Schulz
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Opdenacker @ 2021-04-02  9:00 UTC (permalink / raw)
  To: Nicolas Dechesne, richard.purdie; +Cc: docs


On 4/1/21 6:26 PM, Nicolas Dechesne wrote:
> The branches exist now, let's publish the corresponding docs.


Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

Thanks!

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [docs] [PATCH] scripts/run-docs-build: build hardknott docs
  2021-04-01 16:26 [PATCH] scripts/run-docs-build: build hardknott docs Nicolas Dechesne
  2021-04-02  9:00 ` [docs] " Michael Opdenacker
@ 2021-04-02  9:05 ` Quentin Schulz
  1 sibling, 0 replies; 3+ messages in thread
From: Quentin Schulz @ 2021-04-02  9:05 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: richard.purdie, docs

Hi Nicolas,

Small niptick on the patch prefix, it should be [yocto-autobuilder-helper]
instead of [docs].

Cheers,
Quentin

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

end of thread, other threads:[~2021-04-02  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 16:26 [PATCH] scripts/run-docs-build: build hardknott docs Nicolas Dechesne
2021-04-02  9:00 ` [docs] " Michael Opdenacker
2021-04-02  9:05 ` Quentin Schulz

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.