sure, with the version column in UDD query output:
udd=> select source,version,watch_file,errors from upstream where source='xorgxrdp';
source | version |
watch_file | errors ----------+------------+-------------------------------------------------------------------------------------------+--------
xorgxrdp | 1:0.9.19-1 | version=4
+|
| |
https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
xorgxrdp | 1:0.10.0-1 | version=4
+|
| |
https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
(2 lignes)
Le lun. 22 juil. 2024 à 20:37, Patrice Duroux
<patrice.duroux@gmail.com> a écrit :
HI,
After the (very) recent upload of xorgxrdp (version1:0.10.0-2),
I was curious to check both DPT and UDD about it.
But currently DPT shows me:
Problems while searching for a new upstream version high
uscan had problems while searching for a new upstream version:
In debian/watch no matching files for watch line
https://github.com/neutrinolabs/xorgxrdp/releases .*/xorgxrdp(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))
and UDD nothing special:
udd=> select source,watch_file,errors from upstream where source='xorgxrdp';
source | watch_file
| errors ----------+-------------------------------------------------------------------------------------------+--------
xorgxrdp | version=4
+|
| https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
|
|
xorgxrdp | version=4
+|
| https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
|
|
To me this is for the same d/watch file content but one reporting an error and the other one not, or do I have to check another UDD column than 'errors'?
In other words,how can I retrieve a list of packages with a watch
failure in DPT?
Best,
Patrice
Sorry if I was not clear enough.
By DPT, I mean Debian Package Tracker.
The error shown there for this package correspond to a version <
1:0.10.0-2 and so to me UDD should be consistant no? (ie. having an error valoue and not null)
As d/watch is only fixed in -2.
Le lundi 22 juillet 2024, Lucas Nussbaum <lucas@debian.org> a écrit :
Hi,
What is DPT?
You are a bit too fast. The archive doesn't know about version
1:0.10.0-2 yet. What needs to happen on the UDD side is:
- UDD gets a mirror push notification from an archive mirror
- UDD updates its knowledge of the archive
- UDD runs the 'upstream' (= uscan data) importer (this happens every 30 mins)
+ it detects that there's a new version in Debian, updates the watch
file in the DB
+ it detects that the watchfile status needs to be refreshed, and
refreshes it
So in the normal case, approximately 30 mins after the mirror push, you should have correct uscan information in UDD.
Since I don't know about DPT, I cannot help on that side.
Lucas
On 22/07/24 at 20:43 +0200, Patrice Duroux wrote:
sure, with the version column in UDD query output:
udd=> select source,version,watch_file,errors from upstream where source='xorgxrdp';-------------------------------------------------------+--------
source | version |
watch_file | errors ----------+------------+------------------------------------
xorgxrdp | 1:0.9.19-1 | version=4
+|
| | https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
xorgxrdp | 1:0.10.0-1 | version=4
+|
| | https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
| |
|
(2 lignes)
Le lun. 22 juil. 2024 à 20:37, Patrice Duroux
<patrice.duroux@gmail.com> a écrit :
HI,
After the (very) recent upload of xorgxrdp (version1:0.10.0-2),
I was curious to check both DPT and UDD about it.
But currently DPT shows me:
Problems while searching for a new upstream version high
uscan had problems while searching for a new upstream version:
tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))In debian/watch no matching files for watch line
https://github.com/neutrinolabs/xorgxrdp/releases .*/xorgxrdp(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))(?i)(?:\.(?:
and UDD nothing special:
source='xorgxrdp';udd=> select source,watch_file,errors from upstream where
------------------------------------------+--------source | watch_file
| errors ----------+-------------------------------------------------
xorgxrdp | version=4
+|
| https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
|
|
xorgxrdp | version=4
+|
| https://github.com/neutrinolabs/@PACKAGE@/releases .*/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@+|
|
|
errorTo me this is for the same d/watch file content but one reporting an
'errors'?and the other one not, or do I have to check another UDD column than
In other words,how can I retrieve a list of packages with a watch failure in DPT?
Best,
Patrice
I don't know where tracker.debian.org gets its data about upstream
status (and errors). I thought it was using UDD, but apparently it
isn't.
On Mon, Jul 22, 2024 at 11:35:13PM +0200, Lucas Nussbaum wrote:
I don't know where tracker.debian.org gets its data about upstream
status (and errors). I thought it was using UDD, but apparently it
isn't.
It is: https://salsa.debian.org/qa/distro-tracker/-/blob/master/distro_tracker/vendor/debian/tracker_tasks.py?ref_type=heads#L1402
don't know if there is any import error ongoing, though.
xorgxrdp at Salsa is still on the previous version and using a clone
here is what I am getting:
$ git clone https://salsa.debian.org/debian-remote-team/xorgxrdp.git
$ cd xorgxrdp
$ uscan
uscan warn: In debian/watch no matching files for watch line
https://github.com/neutrinolabs/xorgxrdp/releases .*/xorgxrdp(?:[-_]?v?(\d[\-+\.:\~\da-zA-Z]*))(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|tar\.zstd?|zip|tgz|tbz|txz))
so I think that DPT was right, isn't it?
Le mar. 23 juil. 2024 Ã 10:31, Raphael Hertzog <hertzog@debian.org> a
écrit :
On Tue, 23 Jul 2024, Mattia Rizzolo wrote:
On Mon, Jul 22, 2024 at 11:35:13PM +0200, Lucas Nussbaum wrote:
I don't know where tracker.debian.org gets its data about upstream
status (and errors). I thought it was using UDD, but apparently it
isn't.
It is:
https://salsa.debian.org/qa/distro-tracker/-/blob/master/distro_tracker/vendor/debian/tracker_tasks.py?ref_type=heads#L1402
don't know if there is any import error ongoing, though.
I have no sign of error in the import process right now.
But https://tracker.debian.org/pkg/xorgxrdp now shows info about new
upstream release 0.10.1 so the problem (if any) is no longer visible.
Cheers,
--
⢀⣴⠾⠻⢶⣦⠀ Raphaël Hertzog <hertzog@debian.org>
⣾â ⢠⠒⠀⣿â¡
⢿⡄⠘⠷⠚⠋ The Debian Handbook: https://debian-handbook.info/get/
⠈⠳⣄⠀⠀⠀⠀ Debian Long Term Support: https://deb.li/LTS
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 489 |
Nodes: | 16 (2 / 14) |
Uptime: | 46:35:31 |
Calls: | 9,670 |
Calls today: | 1 |
Files: | 13,719 |
Messages: | 6,170,075 |