From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 3C9171B81C; Mon, 17 Dec 2018 11:06:06 +0100 (CET) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id wBHA64b3027705; Mon, 17 Dec 2018 19:06:04 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id D17256391F4; Mon, 17 Dec 2018 19:06:04 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id C64286391EB; Mon, 17 Dec 2018 19:06:04 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id C17BF4007FE; Mon, 17 Dec 2018 19:06:04 +0900 (JST) References: <1704380.LblYpThBnZ@xps> <2007463.DxDJOrdxxc@xps> From: Yasufumi Ogawa Message-ID: <09fc3d3d-1cd4-ac32-06bd-45328271c08c@lab.ntt.co.jp> Date: Mon, 17 Dec 2018 19:03:22 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <2007463.DxDJOrdxxc@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: Thomas Monjalon Cc: Ferruh Yigit , dpdk-web , dpdk-spp X-TM-AS-MML: disable X-Mailman-Approved-At: Mon, 17 Dec 2018 11:34:50 +0100 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 10:06:06 -0000 >>>>> 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. Thank you so much for fixing quickly! Yasufumi