patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling
@ 2018-09-07  5:33 Christian Ehrhardt
  2018-09-07  9:07 ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Ehrhardt @ 2018-09-07  5:33 UTC (permalink / raw)
  To: Luca Boccassi, dpdk stable; +Cc: Thomas Monjalon, Christian Ehrhardt

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
---
 README | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 8d37403..8d1ceda 100644
--- a/README
+++ b/README
@@ -118,8 +118,26 @@ I haven't write a script for that. But the two have to be done before
 we making a formal release. Thus, this section is titled 5.5.
 
 Git push to dpdk-stable remote will trigger the dpdk host server to generate
-the release tar package. It will return a md5sum in the end, which is needed
-to update the dpdk-web.
+the release tar package.
+Be careful to push the branch first and only then the tag (or both at once),
+otherwise some server side automations might silently fail to update properly.
+
+This will return a md5sum in the end, which is needed to update the dpdk-web.
+Example:
+  remote: MD5 (to copy in HTML page)
+  remote: 5e278012506c76d981e4283a92adec1c  /srv/rel/dpdk-18.05.1.tar.xz
+
+You want to prepiare a change to the DPDK-web, so grab their repository.
+  $ git clone git://dpdk.org/tools/dpdk-web
+
+Modify the file content/download/_index.md
+ - update the tarball name
+ - check that the link to the documentation really has your tag listed
+   at the top left
+ - check that the downloadable tarball matches the md5 listed on the
+   git push output
+ - add that new md5 to the file
+and finally suggest that change to the web team at web@dpdk.org
 
 
 6-announce-release
-- 
2.17.1

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

* Re: [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling
  2018-09-07  5:33 [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling Christian Ehrhardt
@ 2018-09-07  9:07 ` David Marchand
  2018-09-07  9:19   ` Luca Boccassi
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2018-09-07  9:07 UTC (permalink / raw)
  To: Christian Ehrhardt; +Cc: Luca Boccassi, dpdk stable, Thomas Monjalon

On Fri, Sep 7, 2018 at 7:33 AM, Christian Ehrhardt
<christian.ehrhardt@canonical.com> wrote:
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
> ---
>  README | 22 ++++++++++++++++++++--
>  1 file changed, 20 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 8d37403..8d1ceda 100644
> --- a/README
> +++ b/README
> @@ -118,8 +118,26 @@ I haven't write a script for that. But the two have to be done before
>  we making a formal release. Thus, this section is titled 5.5.
>
>  Git push to dpdk-stable remote will trigger the dpdk host server to generate
> -the release tar package. It will return a md5sum in the end, which is needed
> -to update the dpdk-web.
> +the release tar package.
> +Be careful to push the branch first and only then the tag (or both at once),
> +otherwise some server side automations might silently fail to update properly.
> +
> +This will return a md5sum in the end, which is needed to update the dpdk-web.
> +Example:
> +  remote: MD5 (to copy in HTML page)
> +  remote: 5e278012506c76d981e4283a92adec1c  /srv/rel/dpdk-18.05.1.tar.xz
> +
> +You want to prepiare a change to the DPDK-web, so grab their repository.

My two cents.
s/prepiare/prepare/

> +  $ git clone git://dpdk.org/tools/dpdk-web
> +
> +Modify the file content/download/_index.md
> + - update the tarball name
> + - check that the link to the documentation really has your tag listed
> +   at the top left
> + - check that the downloadable tarball matches the md5 listed on the
> +   git push output
> + - add that new md5 to the file
> +and finally suggest that change to the web team at web@dpdk.org


-- 
David Marchand

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

* Re: [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling
  2018-09-07  9:07 ` David Marchand
@ 2018-09-07  9:19   ` Luca Boccassi
  0 siblings, 0 replies; 3+ messages in thread
From: Luca Boccassi @ 2018-09-07  9:19 UTC (permalink / raw)
  To: David Marchand, Christian Ehrhardt; +Cc: dpdk stable, Thomas Monjalon

On Fri, 2018-09-07 at 11:07 +0200, David Marchand wrote:
> On Fri, Sep 7, 2018 at 7:33 AM, Christian Ehrhardt
> <christian.ehrhardt@canonical.com> wrote:
> > Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com
> > >
> > ---
> >  README | 22 ++++++++++++++++++++--
> >  1 file changed, 20 insertions(+), 2 deletions(-)
> > 
> > diff --git a/README b/README
> > index 8d37403..8d1ceda 100644
> > --- a/README
> > +++ b/README
> > @@ -118,8 +118,26 @@ I haven't write a script for that. But the two
> > have to be done before
> >  we making a formal release. Thus, this section is titled 5.5.
> > 
> >  Git push to dpdk-stable remote will trigger the dpdk host server
> > to generate
> > -the release tar package. It will return a md5sum in the end, which
> > is needed
> > -to update the dpdk-web.
> > +the release tar package.
> > +Be careful to push the branch first and only then the tag (or both
> > at once),
> > +otherwise some server side automations might silently fail to
> > update properly.
> > +
> > +This will return a md5sum in the end, which is needed to update
> > the dpdk-web.
> > +Example:
> > +  remote: MD5 (to copy in HTML page)
> > +  remote: 5e278012506c76d981e4283a92adec1c  /srv/rel/dpdk-
> > 18.05.1.tar.xz
> > +
> > +You want to prepiare a change to the DPDK-web, so grab their
> > repository.
> 
> My two cents.
> s/prepiare/prepare/
> 
> > +  $ git clone git://dpdk.org/tools/dpdk-web
> > +
> > +Modify the file content/download/_index.md
> > + - update the tarball name
> > + - check that the link to the documentation really has your tag
> > listed
> > +   at the top left
> > + - check that the downloadable tarball matches the md5 listed on
> > the
> > +   git push output
> > + - add that new md5 to the file
> > +and finally suggest that change to the web team at web@dpdk.org

Thanks, applied and pushed with a fix for the typo

-- 
Kind regards,
Luca Boccassi

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

end of thread, other threads:[~2018-09-07  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-07  5:33 [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling Christian Ehrhardt
2018-09-07  9:07 ` David Marchand
2018-09-07  9:19   ` Luca Boccassi

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 NNTP newsgroup(s).