From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-f196.google.com (mail-yb1-f196.google.com [209.85.219.196]) by dpdk.org (Postfix) with ESMTP id DDD2C5A for ; Fri, 7 Sep 2018 11:08:08 +0200 (CEST) Received: by mail-yb1-f196.google.com with SMTP id k5-v6so5198283ybo.10 for ; Fri, 07 Sep 2018 02:08:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=U2yfISblxPzLFH8mMmmt6B33RqiorRsJ91ewlsKB8LY=; b=qvpWOsaXvyElhHqyG2kb2iZgizgAGHGFgGfv7zHm0OieDTSufCG/K/FVgPpgoSJ/wM Gry7+8246dTSnONHCB+u6v1MvIHTbUhici6LjLAJ8ofyhboA2mNSJAJAynbdSwTtr6Ou uo8p0sCvl+qv58MeXZR6ksnwFtjN0LEIqUew3Yv2Y1WrNAnr0Znu6OOAK1Kc5ieBV+qZ ybDT0R6hcVY5tGmk12MPzUQd8WvpcR2zdeZm1V1tffG8w9+S4mcpKNf03JFkoXqFU+jN nLQtfUvkXtFZ+exBBekkpMdhFXuaJeqD6LiBt6EU6BgIVtqNeXY82h9+8oCECrC5HrgI fPRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=U2yfISblxPzLFH8mMmmt6B33RqiorRsJ91ewlsKB8LY=; b=LQbPsFCWZfc7WQIMRqxh5fIcPF1bpekYr0LDmDuF1Z8B1DRqK1vYdFlrYgUhNGPUYb 0PxrJz4DTv62JnPw2DLkUtop1N6WsUjmQaftwkcpp1IuWlnCewmmrYk+lNlY3IzR4nw1 DIpb5SQWCaPo1hmlslD6f56Lx3GgGExb8VWuwMnGkUCUNMD9VBBG914VeyBk6zfsiLqM X3SLEhDSmGu5dmflxuiSVprxlX8btmZ8K7+0IpzkVWA7nl6Nx6mDdTfvvi6ZmIqFQXw0 dYCkr9Srtm5Be/xNWA4rP9lZf29Wqj038LDYgjY03K8PPnQ4R5hrdRgDqDPIDDJGoPBx zj1A== X-Gm-Message-State: APzg51AG8buiUL0YINd/YOzYX8oCw5B8hwtuWmtQXMVBuoJjy3lXAmrW I9n5c3mSxMMqRq2Brjs4JJKTzeyGKChrAp9ZlvYefg== X-Google-Smtp-Source: ANB0Vdb4CmoB77pAHmJhnnRDn8QAdMMbZAkQ+hRs7kkJBuoxLGvMigBPjhEJUsZdVgXv6tG78PM+xKMHv8xNexSbb4A= X-Received: by 2002:a25:bc92:: with SMTP id e18-v6mr3553759ybk.182.1536311288044; Fri, 07 Sep 2018 02:08:08 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a25:4bc3:0:0:0:0:0 with HTTP; Fri, 7 Sep 2018 02:07:47 -0700 (PDT) In-Reply-To: <20180907053350.10919-1-christian.ehrhardt@canonical.com> References: <20180907053350.10919-1-christian.ehrhardt@canonical.com> From: David Marchand Date: Fri, 7 Sep 2018 11:07:47 +0200 Message-ID: To: Christian Ehrhardt Cc: Luca Boccassi , dpdk stable , Thomas Monjalon Content-Type: text/plain; charset="UTF-8" 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:08:09 -0000 On Fri, Sep 7, 2018 at 7:33 AM, Christian Ehrhardt wrote: > Signed-off-by: Christian Ehrhardt > --- > 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