From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 750701B76E; Mon, 17 Dec 2018 10:42:43 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 45B2421E5F; Mon, 17 Dec 2018 04:42:41 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 17 Dec 2018 04:42:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=PQKNXj1TXJCrhzniAB5vBmS8SZrJaKz+lOlnMq8CYYE=; b=JlkFFdLGjPBL ub91nteuob6xuJ7yy4TnQ2eFX/atfmqp1OW4YyG8ESdq7r0UO7dd+zZcCrch9y/e IvL3eutxNnqhTWcTnhrtS/LsNXasmKp0dVAQ1+vwL7U4taQFx0+CM11L3w0QbAw3 WEbb1+aT6edNl6jkrqD7BQEKz6ZL58c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=PQKNXj1TXJCrhzniAB5vBmS8SZrJaKz+lOlnMq8CY YE=; b=AvfooF6xwn1NFuwJaR8ZQoPVqa1JSzxNlffdn2xuqMMIovzICGEaHV37l 16yGxkJ6MKEFsiax0hqx52yj+pd+UUkf0P0uhoOuCHYfNVE3q1IRQPPzAtXqL8Zk MHxiK3tcR/cpRBXaL+tFgMWI2wuHIr9iox6GxxswFcFwFLWacA/nxHATg7XpLcU7 P7C6nNYhLNWZyhCvy/TVFMm34AQUJzK98/O0tSgNuxHbFTxxIkB9+9NaUEYkJb1J 2OTwAUr9bzOdWfMSM8UX9LbR/36KgI4UMPvtjNuDATLJB3kpRkSB92Hexl9Lb+sN UZ+YyScZWeGrh6WjUtZhHSvhLJ06A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeivddgtdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffohhmrghinhepughpughkrd horhhgnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhf rhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiii gvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9C90DE44A5; Mon, 17 Dec 2018 04:42:38 -0500 (EST) From: Thomas Monjalon To: Yasufumi Ogawa Cc: Ferruh Yigit , dpdk-web , dpdk-spp Date: Mon, 17 Dec 2018 10:42:37 +0100 Message-ID: <2007463.DxDJOrdxxc@xps> In-Reply-To: References: <1704380.LblYpThBnZ@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] SPP documentation update on dpdk.org X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2018 09:42:43 -0000 17/12/2018 08:33, Yasufumi Ogawa: > >>> Last but not the least, the doc will be generated only when you push an annotated tag: > >>> git tag -am spp-18.08 v18.08 > >> I understand pushing tag is also incorrect. I simply added the tag and pushed. > >> $ git tag v18.08 > >> $ git push origin v18.08 > > > > This does not trigger compilation of the doc. > > You must use *annotated* tags. > Hi Thomas, > > I tried to add annotated tag for v18.08.1 and push to the repository after applied your patch. However, it does not seem to be > working. I confirmed the version number is defined in GNUmakefile as 'VERSION := 18.08.1', and added annotated tag. Here is a > result of 'git show' in which annotation is found. Could you give me advice? It is a bug in the script stripping the minor version number. I fixed it and ran the script again.