From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id 44BE42AA0 for ; Fri, 7 Sep 2018 11:19:56 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id j192-v6so13978950wmj.1 for ; Fri, 07 Sep 2018 02:19:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=DeYF57Q7uU9eMBgLrfOp989HROfE9DnTXc/6WzBS3Wg=; b=Sg9z+m6di86i3VvBzdpK/4cAHftIvFUeIZiqirC379FFtMZP5lhXKV0g+YxkEEwSWx LREL594gmDmIlBldPpU5F8pOiKWZVesKa3yUg+clfsOT3Otebjsy5ryl7OfmCPjK8/IF HXmW6FcWaHKMlMEPaNRECALDEDPgttr8f6Utc5tlg4DeRSuxZSFUFFHyHdytYLADsqyr m9qOqdcjkspCAM+XPs01jywUsPpBMdkBV58YpGP85lhI9tmU2DCo75DTYp61NUaa8hTL OM+l5wLQIcnCmORSRHlvNk4z5UH7g3GEsPVr4XQUfinvJ6/N1jxcaFbmZCvrZoU3fNWg T59A== X-Gm-Message-State: APzg51CNA+BOGIupiZn8yLhSX/S9Mild64siOc+NqeRDeBr8akl2Yg7Z 9rlyfXIlLrfU5j/eu9J4xzuwvvGwuVw= X-Google-Smtp-Source: ANB0Vdbn0y6YPY7lICrUFK10zRDBG1v8Y4km3iInDHFXStBneHcL0t0EV5BV5tuCTrYwrJP0p/rtfg== X-Received: by 2002:a1c:80d8:: with SMTP id b207-v6mr4678111wmd.146.1536311995904; Fri, 07 Sep 2018 02:19:55 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id j44-v6sm7717331wre.40.2018.09.07.02.19.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 07 Sep 2018 02:19:54 -0700 (PDT) Message-ID: <1536311994.12545.4.camel@debian.org> From: Luca Boccassi To: David Marchand , Christian Ehrhardt Cc: dpdk stable , Thomas Monjalon Date: Fri, 07 Sep 2018 10:19:54 +0100 In-Reply-To: References: <20180907053350.10919-1-christian.ehrhardt@canonical.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] update step 5.5 in regard to tag/tarball/web handling X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 09:19:56 -0000 On Fri, 2018-09-07 at 11:07 +0200, David Marchand wrote: > On Fri, Sep 7, 2018 at 7:33 AM, Christian Ehrhardt > wrote: > > Signed-off-by: Christian Ehrhardt > > > > --- > > =C2=A0README | 22 ++++++++++++++++++++-- > > =C2=A01 file changed, 20 insertions(+), 2 deletions(-) > >=20 > > 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 > > =C2=A0we making a formal release. Thus, this section is titled 5.5. > >=20 > > =C2=A0Git 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: > > +=C2=A0=C2=A0remote: MD5 (to copy in HTML page) > > +=C2=A0=C2=A0remote: 5e278012506c76d981e4283a92adec1c=C2=A0=C2=A0/srv/r= el/dpdk- > > 18.05.1.tar.xz > > + > > +You want to prepiare a change to the DPDK-web, so grab their > > repository. >=20 > My two cents. > s/prepiare/prepare/ >=20 > > +=C2=A0=C2=A0$ 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 > > +=C2=A0=C2=A0=C2=A0at the top left > > + - check that the downloadable tarball matches the md5 listed on > > the > > +=C2=A0=C2=A0=C2=A0git 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 --=20 Kind regards, Luca Boccassi