From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4E0FB2C54; Tue, 11 Dec 2018 12:22:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2018 03:22:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,342,1539673200"; d="scan'208";a="99786723" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga006.jf.intel.com with ESMTP; 11 Dec 2018 03:22:25 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 03:22:24 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 11 Dec 2018 03:22:24 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.201]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.203]) with mapi id 14.03.0415.000; Tue, 11 Dec 2018 19:22:23 +0800 From: "Tu, Lijuan" To: Thomas Monjalon CC: "web@dpdk.org" , "dts@dpdk.org" Thread-Topic: DTS documentation update on dpdk.org Thread-Index: AdSRJgYNihbf3O7hQXqSC/gywn/MWv//kf4A//9YW6A= Date: Tue, 11 Dec 2018 11:22:21 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0B9DEF77@SHSMSX101.ccr.corp.intel.com> References: <8CE3E05A3F976642AAB0F4675D0AD20E0B9DED7F@SHSMSX101.ccr.corp.intel.com> <193066360.lMMg59EJ3i@xps> In-Reply-To: <193066360.lMMg59EJ3i@xps> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzYyZWFiZTItYjExZC00ZGJiLTg2OTUtYmRjZjZhYTgzNTgwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOHNBZklrWjN2bENNSlRXNG1Wd2hkbWRPS2hSNURVQWJGajhOQU9hcm9zVk1sOXRncDVVY3pEcjhDb2RCc0duMiJ9 x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-web] DTS 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: Tue, 11 Dec 2018 11:22:27 -0000 Hi Thomas: I removed the previous 18.11, and created the new tag v18.11 using " git ta= g -am dts-18.11 v18.11" And then push to remote: git push origin v18.11, Got an error: remote: make: *** [update-dts] Error 1 I don't know what does it mean, but I didn't find the dts document updated. Could you help figure it out? Below is the log when I ran "git push origin v18.11" Counting objects: 1, done. Writing objects: 100% (1/1), 160 bytes | 160.00 KiB/s, done. Total 1 (delta 0), reused 0 (delta 0) remote: create 18.11 remote: generating 18.11 documentation... remote: HEAD is now at 3831700... tests/nic_single_core_perf: add result in= to report remote: From /srv/git/tools/dts remote: 6e3da1b..02c9d57 master -> origin/master remote: make: *** [update-dts] Error 1 To dpdk.org:dts.git * [new tag] v18.11 -> v18.11 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Tuesday, December 11, 2018 5:16 PM > To: Tu, Lijuan > Cc: web@dpdk.org; dts@dpdk.org > Subject: Re: DTS documentation update on dpdk.org >=20 > Hi, >=20 > 11/12/2018 08:56, Tu, Lijuan: > > Hi Thomas, > > > > Can I ask how it is to trigger the DTS document update on dpdk.org? > > > > I checked the doc build locally, and there is no build errors, then I m= ake the > DTS tag using "git tag -a 18.11". > > > > I supposed the DTS document will be updated automatically, but actually= I > find still the old document on web pages. >=20 > The tag is expected to start with "v": > git tag -am dts-18.11 v18.11 >=20 > Please try again with tag v18.11. > Note: you can remove previous tag 18.11. >=20 > My advice: use 18.11 as branch name and v18.11 as tag name. >=20