All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
@ 2022-05-12 13:02 Quentin Schulz
  2022-05-31 10:15 ` Quentin Schulz
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2022-05-12 13:02 UTC (permalink / raw)
  To: yocto; +Cc: Quentin Schulz, Quentin Schulz

From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

For some reason, the old docs tarball includes many eclipse
subdirectories which are just cluttering the docs website up.

Therefore, let's just not extract eclipse directories from the tarball.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 scripts/run-docs-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run-docs-build b/scripts/run-docs-build
index f6b8ac4..b912ee9 100755
--- a/scripts/run-docs-build
+++ b/scripts/run-docs-build
@@ -35,7 +35,7 @@ docbookarchive=${docbookarchive:-/srv/autobuilder/autobuilder.yocto.io/pub/docbo
 mkdir $outputdir
 cd $outputdir
 echo Extracing old content from archive
-tar -xJf $docbookarchive
+tar --exclude=eclipse -xJf $docbookarchive
 
 cd $bbdocs
 mkdir $outputdir/bitbake
-- 
2.35.3



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

* Re: [PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
  2022-05-12 13:02 [PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs Quentin Schulz
@ 2022-05-31 10:15 ` Quentin Schulz
  2022-06-01  8:15   ` [yocto] " richard.purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Quentin Schulz @ 2022-05-31 10:15 UTC (permalink / raw)
  To: Quentin Schulz, yocto

Hi all,

Any feedback to give on this patch?

Cheers,
Quentin

On 5/12/22 15:02, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> 
> For some reason, the old docs tarball includes many eclipse
> subdirectories which are just cluttering the docs website up.
> 
> Therefore, let's just not extract eclipse directories from the tarball.
> 
> Cc: Quentin Schulz <foss+yocto@0leil.net>
> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
> ---
>   scripts/run-docs-build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/run-docs-build b/scripts/run-docs-build
> index f6b8ac4..b912ee9 100755
> --- a/scripts/run-docs-build
> +++ b/scripts/run-docs-build
> @@ -35,7 +35,7 @@ docbookarchive=${docbookarchive:-/srv/autobuilder/autobuilder.yocto.io/pub/docbo
>   mkdir $outputdir
>   cd $outputdir
>   echo Extracing old content from archive
> -tar -xJf $docbookarchive
> +tar --exclude=eclipse -xJf $docbookarchive
>   
>   cd $bbdocs
>   mkdir $outputdir/bitbake


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

* Re: [yocto] [PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs
  2022-05-31 10:15 ` Quentin Schulz
@ 2022-06-01  8:15   ` richard.purdie
  0 siblings, 0 replies; 3+ messages in thread
From: richard.purdie @ 2022-06-01  8:15 UTC (permalink / raw)
  To: Quentin Schulz, Quentin Schulz, yocto

On Tue, 2022-05-31 at 12:15 +0200, Quentin Schulz wrote:
> Any feedback to give on this patch?

Looks good to me, merged. Sorry about the delay.

Cheers,

Richard


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

end of thread, other threads:[~2022-06-01  8:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 13:02 [PATCH yocto-autobuilder-helper] scripts: run-docs-build: do not extract eclipse directories from old docs Quentin Schulz
2022-05-31 10:15 ` Quentin Schulz
2022-06-01  8:15   ` [yocto] " richard.purdie

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.