Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-03 Thread Chen Qi via lists.openembedded.org
On 1/3/24 16:28, Alexander Kanavin wrote: On Wed, 3 Jan 2024 at 08:45, Chen Qi via lists.openembedded.org wrote: On 1/3/24 15:21, Alexander Kanavin via lists.openembedded.org wrote: This works as expected. What made you think it’s broken and needs changing? The 404 ERROR that 'devtool

Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-03 Thread Alexander Kanavin
On Wed, 3 Jan 2024 at 08:45, Chen Qi via lists.openembedded.org wrote: > > On 1/3/24 15:21, Alexander Kanavin via lists.openembedded.org wrote: > > This works as expected. What made you think it’s broken and needs changing? > > The 404 ERROR that 'devtool check-ugprade-status' prints out to me >

Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-02 Thread Chen Qi via lists.openembedded.org
On 1/3/24 15:21, Alexander Kanavin via lists.openembedded.org wrote: This works as expected. What made you think it’s broken and needs changing? The 404 ERROR that 'devtool check-ugprade-status' prints out to me unconditionally, which is all upper case to catch people's notice and can't be

Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-02 Thread Alexander Kanavin
This works as expected. What made you think it’s broken and needs changing? Alex On Wed 3. Jan 2024 at 3.47, ChenQi wrote: > On 1/3/24 00:54, Alexander Kanavin wrote: > > The check already works, at least for me it correctly checks both the > > top level directory and the 'latest' directory: >

Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-02 Thread Chen Qi via lists.openembedded.org
On 1/3/24 00:54, Alexander Kanavin wrote: The check already works, at least for me it correctly checks both the top level directory and the 'latest' directory: ... --2024-01-02 16:51:30-- https://sourceware.org/ftp/debugedit/ ... --2024-01-02 16:51:30--

Re: [OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-02 Thread Alexander Kanavin
The check already works, at least for me it correctly checks both the top level directory and the 'latest' directory: ... --2024-01-02 16:51:30-- https://sourceware.org/ftp/debugedit/ ... --2024-01-02 16:51:30-- https://sourceware.org/ftp/debugedit/5.0/ ... INFO: debugedit 5.0

[OE-core][PATCH] debugedit: add UPSTREAM_CHECK settings

2024-01-02 Thread Chen Qi via lists.openembedded.org
From: Chen Qi Add UPSTREAM_CHECK_URI(REGEX) to allow for checking new releases for debugedit recipe. Signed-off-by: Chen Qi --- meta/recipes-devtools/debugedit/debugedit_5.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/debugedit/debugedit_5.0.bb